소스 검색

! jQuery requires attr class always be in quotes
or some browsers like ie<9 will not work

Signed-off-by: Spuds <[email protected]>

Spuds 11 년 전
부모
커밋
528ac990b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Themes/default/scripts/jquery.sceditor.js

+ 1 - 1
Themes/default/scripts/jquery.sceditor.js

@@ -3480,7 +3480,7 @@
 				if (popup_exists)
 				{
 					this.options.emoticons.more = this.options.emoticons.popup;
-					moreButton = $('<div class="sceditor-more-button" />').attr({class: "sceditor-more"}).text('[' + this._('More') + ']').click(function () {
+					moreButton = $('<div class="sceditor-more-button" />').attr({'class': "sceditor-more"}).text('[' + this._('More') + ']').click(function () {
 						if ($(".sceditor-smileyPopup").length > 0)
 						{
 							$(".sceditor-smileyPopup").fadeIn('fast');