Content deleted Content added
Joshua Scott (talk | contribs) add option to hide diff |
Joshua Scott (talk | contribs) |
||
Line 5:
var pendch_num_idle_req;
var pendch_curr_idle_req;
var pendch_str_no_ajax = "There seems to be a problem using the PendingChanges script. Your browser is not supported. God Bless!";
Line 32 ⟶ 30:
if (pendch_num_idle_req == null) {
pendch_num_idle_req = 60;
}
Line 128 ⟶ 116:
cur_box.firstChild.firstChild.data = pendch_str_box_title_updating;
}
if (pendch_create_request () == false) {
Line 240 ⟶ 221:
item_name = item_name.replace(/&/, "%26");
var item_url = 'http://en.wikipedia.org/w/index.php?title=' + item_name + '&diff=cur&oldid=' + old_id + '&diffonly=0'
a = document.createElement('a');
Line 351 ⟶ 332:
item_name = item_name.replace(/&/, "%26");
var item_url = 'http://en.wikipedia.org/w/index.php?title=' + item_name + '&diff=cur&oldid=' + old_id + '&diffonly=0'
a = document.createElement('a');
|