Commit a17de10a30432f351bf381a5735c3dc1a78408ca

  • avatar
  • arvind
  • Wed Mar 26 09:21:27 IST 2014
Adding a route to llv-mobile-usage
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/js/mouchak.js

156 //'survey/:x': 'showSurvey', //added for maraa CR portal156 //'survey/:x': 'showSurvey', //added for maraa CR portal
157 //'research': 'showResearch', //added for maraa CR portal157 //'research': 'showResearch', //added for maraa CR portal
158 'news' : 'showNews', //added for maraa CR portal158 'news' : 'showNews', //added for maraa CR portal
159 'llv-mobile-usage': 'showLLVMU',
159 ':page' : 'showPage',160 ':page' : 'showPage',
160 ':page/:subpage': 'showPage',161 ':page/:subpage': 'showPage',
161 ':page/:subpage/:evenmore': 'showPage'162 ':page/:subpage/:evenmore': 'showPage'
201 }, 2000);201 }, 2000);
202 }202 }
203 },203 },
204 showGKAMU: function() {
204 showLLVMU: function() {
205 //bad hack to circumvent plugin loading problems205 //bad hack to circumvent plugin loading problems
206 //not even foolproof.206 //not even foolproof.
207 //TODO: should implement plugin loaders207 //TODO: should implement plugin loaders