mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
[A
This commit is contained in:
parent
7bb645a57f
commit
e34c355934
@ -26,6 +26,7 @@
|
||||
// main entry function
|
||||
// **********************************************
|
||||
this.run = function() {
|
||||
setTimeout(function() {
|
||||
// parse url to get domain and page
|
||||
var url = window.location.href;
|
||||
var domain = wm.category.getQueryArg(url, 'domain');
|
||||
@ -37,6 +38,7 @@
|
||||
|
||||
// find pages in category
|
||||
wm.category.findPagesInCategory(wm.category.domain, category);
|
||||
}, 100);
|
||||
}
|
||||
|
||||
this.getQueryArg = function(url, name) {
|
||||
|
Loading…
Reference in New Issue
Block a user