mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
[A
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user