rename models and associates, isolate botanic with shop
This commit is contained in:
5
build/js/include/cache.js
Normal file
5
build/js/include/cache.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function loadCache(file, callback) {
|
||||
file += '?v=' + cache_versions[file];
|
||||
loadScript(file, callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user