Content deleted Content added
Joshua Scott (talk | contribs) fix cookie issue |
Joshua Scott (talk | contribs) fix - why does it keep breaking itself? |
||
Line 8:
var pendch_str_no_ajax = "There seems to be a problem using the PendingChanges script. Your browser is not supported. God Bless!";
var pendch_str_box_title = "Pending changes";
var pendch_str_box_title_updating = "Pending
var pendch_str_box_title_failed = "Pending changes (update failed)";
var pendch_str_enable = "Enable this box";
Line 133:
// Then make the request
pendch_http.open("GET", "/w/api.php?action=query&format=xml&list=oldreviewedpages&ornamespace=0|4
pendch_http.send(null);
}
|