--- a/mouchak/static/js/mouchak.js +++ b/mouchak/static/js/mouchak.js @@ -156,6 +156,7 @@ //'survey/:x': 'showSurvey', //added for maraa CR portal //'research': 'showResearch', //added for maraa CR portal 'news' : 'showNews', //added for maraa CR portal + 'llv-mobile-usage': 'showLLVMU', ':page' : 'showPage', ':page/:subpage': 'showPage', ':page/:subpage/:evenmore': 'showPage' @@ -200,7 +201,7 @@ }, 2000); } }, - showGKAMU: function() { + showLLVMU: function() { //bad hack to circumvent plugin loading problems //not even foolproof. //TODO: should implement plugin loaders