agriget/plugins/no_url_hashes/init.js

10 lines
165 B
JavaScript
Raw Normal View History

2019-03-22 22:17:29 +08:00
require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
ready(function () {
hash_set = function () {
};
hash_get = function () {
};
});
});