1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-15 14:54:10 +02:00
ttrss/plugins/no_url_hashes/init.js

5 lines
88 B
JavaScript
Raw Normal View History

2013-12-05 20:42:20 +01:00
dojo.addOnLoad(function() {
hash_set = function() { };
hash_get = function() { };
});