mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
stop converting template name
This commit is contained in:
parent
644c519e9b
commit
f32cdb0865
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
// uncomment to disable FastRender
|
||||
var FastRender = {RouteController: RouteController, onAllRoutes: function() {}};
|
||||
|
||||
//--------------------------------------------------------------------------------------------------//
|
||||
//--------------------------------------------- Config ---------------------------------------------//
|
||||
//--------------------------------------------------------------------------------------------------//
|
||||
Router.setTemplateNameConverter(function (str) { return str; });
|
||||
|
||||
preloadSubscriptions.push('settings');
|
||||
preloadSubscriptions.push('currentUser');
|
||||
|
|
Loading…
Add table
Reference in a new issue