Skip to content
Snippets Groups Projects
Commit 0b2f8a41 authored by CupCakeArmy's avatar CupCakeArmy
Browse files

Tuning off caching for dev time

parent 7cc1d7f0
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,11 @@ var tools = {
Initialization of page
*/
//Turning off cache for ajax on dev stage
$.ajaxSetup({
cache: false
});
//Binding tool change whenever the hash is changed
window.onhashchange = tools.getTool;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment