Difference between revisions of "MediaWiki talk:Common.js"

From Korean Wiki Project
Jump to: navigation, search
(New page: if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://www.koreanwikiproject.com/wiki/images/Button_mp3.png", "speedTip": "Comm...)
 
m
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
if (mwCustomEditButtons) {
+
I made a temporary fix, not sure what is breaking it, but it doesn't like <nowiki><!--</nowiki> together, yet on the older versions it seems to work fine. I wish there was an easier way to debug this. --[[User:Bluesoju|Bluesoju]] 01:05, 22 April 2009 (UTC)
+
  mwCustomEditButtons[mwCustomEditButtons.length] = {
+
    "imageFile": "http://www.koreanwikiproject.com/wiki/images/Button_mp3.png",
+
    "speedTip": "Comment visible only for editors",
+
    "tagOpen": "<!-- ",
+
    "tagClose": " -->",
+
    "sampleText": "Insert comment here"}
+
  }
+

Latest revision as of 02:05, 22 April 2009

I made a temporary fix, not sure what is breaking it, but it doesn't like <!-- together, yet on the older versions it seems to work fine. I wish there was an easier way to debug this. --Bluesoju 01:05, 22 April 2009 (UTC)