×
Create a new article
Write your page title here:
We currently have 302 articles on Knights of the Olde Speech. Type your article name above or click on one of the titles below and start writing!



Knights of the Olde Speech

MediaWiki:MusicPlayer.js

Revision as of 09:54, 10 June 2020 by Wiz Ardon, the Peculiar Enchanter (talk | contribs) (Created page with "if (document.getElementById('musicPlayerAllow') !== null) { var rail = document.getElementById('WikiaRail'); var node = document.createElement("div"); var textnode...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
if (document.getElementById('musicPlayerAllow') !== null) {
    var rail = document.getElementById('WikiaRail');
    var node = document.createElement("div");
    var textnode = document.createTextNode("Loading iframe...");
    node.appendChild(textnode);
    node.classList.add("EmulatorFrame");
    //node.style.display = "none";
    rail.appendChild(node);
}