MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 23: Line 23:
             header.style.textDecoration = 'underline dashed';
             header.style.textDecoration = 'underline dashed';
             header.style.cursor = "help";
             header.style.cursor = "help";
             header.title = "The Cost section is meant to be taken with a grain of salt. Price fluctuates based on the economy, and the cost section is meant to be a rough estimate of the price of the item.\nIn addition, KetchupBot does not automatically update this section";
             header.title = "The Cost section is meant to be taken with a grain of salt. Price fluctuates based on the economy, and the cost section is meant to serve as a rough estimate.\nIn addition, KetchupBot does not automatically update this section.";
         console.log("Added styling to Cost section on infobox");
         console.log("Added styling to Cost header on infobox");
         }
         }
     })
     })
} else {
console.log("Did not find an infobox");
}
}