Content deleted Content added
Joshua Scott (talk | contribs) fix - why does it keep breaking itself? |
Joshua Scott (talk | contribs) fix so that the NPP script will work (renaming divs and such) |
||
Line 112:
// firstly, inform the user
var cur_box = document.getElementById('p-
if (cur_box != null) {
cur_box.firstChild.firstChild.data = pendch_str_box_title_updating;
Line 176:
link_div.className = 'pBody';
var div = document.createElement('div');
div.setAttribute('id', 'p-
div.className = 'portlet';
var heading = document.createElement('h5');
Line 194:
// now replace the div
var old_div = document.getElementById('p-
var side_col = document.getElementById('column-one');
if (old_div != null) {
Line 209:
var items = pendch_http.responseXML.getElementsByTagName('p');
// create the div that holds all the
var link_div = document.createElement('div');
link_div.className = 'pBody';
Line 234:
// Container div
var div = document.createElement('div');
div.setAttribute('id', 'p-
div.className = 'portlet';
var heading = document.createElement('h5');
Line 253:
// now replace the div
var old_div = document.getElementById('p-
var side_col = document.getElementById('column-one');
if (old_div != null) {
Line 271:
link_div.style.display = "block";
var div = document.createElement('div');
div.setAttribute('id', 'p-
div.className = 'portal collapsed';
var heading = document.createElement('h5');
Line 289:
// now replace the div
var old_div = document.getElementById('p-
var side_col = document.getElementById('mw-panel');
if (old_div != null) {
Line 299:
if( typeof $j != 'undefined' && wgVectorEnabledModules.collapsiblenav ) {
$j('#p-
if ( event.which == 13 /* Enter */ || event.which == 32 /* Space */ ) {
pendch_toggle( $j(this) );
Line 319:
var items = pendch_http.responseXML.getElementsByTagName('p');
// create the div that holds all the
var link_div = document.createElement('div');
link_div.className = 'body';
Line 346:
// Container div
var div = document.createElement('div');
div.setAttribute('id', 'p-
div.className = 'portal expanded';
var heading = document.createElement('h5');
Line 365:
// now replace the div
var old_div = document.getElementById('p-
var side_col = document.getElementById('mw-panel');
if (old_div != null) {
Line 375:
if( typeof $j != 'undefined' && wgVectorEnabledModules.collapsiblenav ) {
$j('#p-
if ( event.which == 13 /* Enter */ || event.which == 32 /* Space */ ) {
pendch_toggle( $j(this) );
|