mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
add no_url_hashes plugin
This commit is contained in:
4
plugins/no_url_hashes/init.js
Normal file
4
plugins/no_url_hashes/init.js
Normal file
@@ -0,0 +1,4 @@
|
||||
dojo.addOnLoad(function() {
|
||||
hash_set = function() { };
|
||||
hash_get = function() { };
|
||||
});
|
||||
Reference in New Issue
Block a user