This commit is contained in:
@@ -237,6 +237,7 @@ app.shell = (function () {
|
||||
page('/rfcases', rfcases);
|
||||
page('/rfcaseEdit/:id', rfcaseEdit);
|
||||
page('/rfsettings', rfsettings);
|
||||
page('/ops', ops);
|
||||
page('*', notFound);
|
||||
page({
|
||||
hashbang: true
|
||||
@@ -539,7 +540,13 @@ app.shell = (function () {
|
||||
app.rfsettings.initModule();
|
||||
}
|
||||
|
||||
|
||||
var ops = function (ctx) {
|
||||
app.nav.setSelectedMenuItem('ops');
|
||||
app.ops.configModule({
|
||||
context: ctx
|
||||
});
|
||||
app.ops.initModule();
|
||||
}
|
||||
|
||||
|
||||
var notFound = function (ctx) {
|
||||
|
||||
Reference in New Issue
Block a user