1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
ttrss/plugins/no_url_hashes/init.js

10 lines
165 B
JavaScript
Raw Normal View History

require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
ready(function () {
hash_set = function () {
};
hash_get = function () {
};
});
2013-12-05 20:42:20 +01:00
});