From bc2953b5e7623800a4e9241aad67a045da20763a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 09:55:28 +0300 Subject: split no_url_hashes into a separate repo --- plugins/no_url_hashes/init.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plugins/no_url_hashes/init.js (limited to 'plugins/no_url_hashes/init.js') diff --git a/plugins/no_url_hashes/init.js b/plugins/no_url_hashes/init.js deleted file mode 100644 index fc4596724..000000000 --- a/plugins/no_url_hashes/init.js +++ /dev/null @@ -1,9 +0,0 @@ -require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) { - ready(function () { - hash_set = function () { - }; - hash_get = function () { - }; - }); -}); - -- cgit v1.2.3