Jump to content

MediaWiki talk:Common.js: Difference between revisions

From Korean Wiki Project
New page: if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://www.koreanwikiproject.com/wiki/images/Button_mp3.png", "speedTip": "Comm...
 
mNo edit summary
 
(3 intermediate revisions by the same 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 01: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)