]> git.wh0rd.org - tt-rss.git/blame - plugins/no_url_hashes/init.js
strip_harmful_tags: remove data- attributes
[tt-rss.git] / plugins / no_url_hashes / init.js
CommitLineData
f6d2787a
AD
1require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
2 ready(function () {
3 hash_set = function () {
4 };
5 hash_get = function () {
6 };
7 });
9864c136 8});
f6d2787a 9