summaryrefslogtreecommitdiff
path: root/plugins/no_url_hashes/init.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-12-05 23:42:20 +0400
committerAndrew Dolgov <[email protected]>2013-12-05 23:42:20 +0400
commit9864c1362a3bdccaf89f30fa1c6f82ffa7df5b4b (patch)
treeb9ebd059149ef94aeebfc3f54c4a6bac7454369f /plugins/no_url_hashes/init.js
parent429ff9afb03b079b76c4a9080994ce05dd104515 (diff)
add no_url_hashes plugin
Diffstat (limited to 'plugins/no_url_hashes/init.js')
-rw-r--r--plugins/no_url_hashes/init.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/no_url_hashes/init.js b/plugins/no_url_hashes/init.js
new file mode 100644
index 000000000..a437a1f3e
--- /dev/null
+++ b/plugins/no_url_hashes/init.js
@@ -0,0 +1,4 @@
+dojo.addOnLoad(function() {
+ hash_set = function() { };
+ hash_get = function() { };
+});