removed test examine settings

This commit is contained in:
Shannon
2013-08-14 10:08:59 +10:00
parent d7fd1efd60
commit 599caeb933
3 changed files with 0 additions and 33 deletions

View File

@@ -33,11 +33,6 @@ app.config(function ($routeProvider) {
if (!rp.method)
return "views/common/dashboard.html";
////here we detect recycle bins, all recycle bins start with -2* (i.e. -20, -21)
//if (rp.id.startsWith("-2")) {
// return 'views/' + rp.section + '/recyclebin.html';
//}
return 'views/' + rp.section + '/' + rp.method + '.html';
}
})