1
0
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:
Andrew Dolgov
2013-12-05 23:42:20 +04:00
parent 429ff9afb0
commit 9864c1362a
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
dojo.addOnLoad(function() {
hash_set = function() { };
hash_get = function() { };
});