summaryrefslogtreecommitdiff
path: root/plugins/no_url_hashes/init.js
diff options
context:
space:
mode:
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() { };
+});