View.js in editmode
Permalink
I'd like to stop view.js from loading in editmode.
i was thinking about renaming the js to something else then loading it with on_page_view {
if (!editmode){
load js;
}
}
i was thinking about renaming the js to something else then loading it with on_page_view {
if (!editmode){
load js;
}
}
but renaming it and loading it on page view will work