Skip to content

Commit

Permalink
Removed extra [ and fixed tooltip of the move tag - thanks Antes and …
Browse files Browse the repository at this point in the history
…Oldies for finding the errors

Signed-off-by: emanuele <[email protected]>
  • Loading branch information
emanuele45 committed Jul 26, 2013
1 parent f3fc7e6 commit 4c6bdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/default/scripts/jquery.sceditor.smf.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ $.sceditor.command.set(
);
$.sceditor.command.set(
'move', {
tooltip: 'Teletype',
txtExec: ["[[move]", "[/move]"],
tooltip: 'Marquee',
txtExec: ["[move]", "[/move]"],
exec: function () {
this.wysiwygEditorInsertHtml('<marquee>', '</marquee>');
}
Expand Down

0 comments on commit 4c6bdf2

Please sign in to comment.