Editing MediaWiki talk:Common.js

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
This is a talk page. Remember to sign your posts with four tildes (~~~~) and follow the talk page policy.
Warning You aren't logged in. While it's not a requirement to create an account, doing so makes it a lot easier to keep track of your edits and a lot harder to confuse you with someone else. If you edit without being logged in, your IP address will be recorded in the page's edit history.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 15: Line 15:


:<s>There are two copies of the countdown timer code in Common.js, the one near the bottom of the page that is overwriting the functions of the one near the top, can one of them be removed? [[User:LoganA|Logan]] 18:24, 3 March 2008 (UTC)</s>
:<s>There are two copies of the countdown timer code in Common.js, the one near the bottom of the page that is overwriting the functions of the one near the top, can one of them be removed? [[User:LoganA|Logan]] 18:24, 3 March 2008 (UTC)</s>
::It should be fixed now; I had no idea I had put the timer in there before. I also didn't know Splarka had 0.0.3 done; I've put it in now.--[[User:Richard1990|Richard]] 18:32, 3 March 2008 (UTC)
== ajaxRC fix ==
the second h1 tag no longer exist in the monaco skin, can an admin replace the following lines from the code
<pre>
if (skin == "monaco") {
s = 1;
} else {
s = 0;
}
</pre>
with this
<pre>
if (skin == "monaco") {
s = 0;
// was 1, the monaco skin used to have the RC title
// as the 2nd h1 tag the in the DOM tree, but not anymore
} else {
s = 0;
}
</pre> [[User:LoganA|Logan]]&nbsp;'''&middot;'''&nbsp;<small>([[User talk:LoganA|Talk]]&nbsp;'''&middot;'''&nbsp;[[Special:Contributions/LoganA|Contributions]])</small> 04:12, 10 June 2008 (UTC)
:How fixy is it, and have you tested it in monobook? --[[User:Sky2042|Sky]] ([[User talk:Sky2042|t]] · [[Special:Contributions/Sky2042|c]] · [[User:Sky2042|w]]) 04:34, 10 June 2008 (UTC)
:Eep, never mind, totally didn't realize skin had to be monaco. hah. Done. --[[User:Sky2042|Sky]] ([[User talk:Sky2042|t]] · [[Special:Contributions/Sky2042|c]] · [[User:Sky2042|w]]) 04:36, 10 June 2008 (UTC)

Please note that all contributions to SmashWiki are considered to be released under the Attribution-ShareAlike 3.0 Unported license (see SmashWiki:Copyrights for details). Your changes will be visible immediately. Please enter a summary of your changes above.

Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)