User:Joshua Scott/Scripts/pendingchanges.js: Difference between revisions

Content deleted Content added
fix cookie issue
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 changesch. (updatingupd.)";
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&orstart=" + now + "&orlimit=" + pendch_num_pages, true);
pendch_http.send(null);
}