mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
issue 160, fix a template error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9293 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b738c8da36
commit
62b8eb77d1
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
$('#fontSize').keyup(function(){
|
||||
var mySize = $(this).val();
|
||||
fontPreview.css('fontSize',mySize+'px');
|
||||
if(mySize.length==0){fontPreview.css('fontSize','')};
|
||||
if(mySize.length==0){ fontPreview.css('fontSize','') };
|
||||
if(mySize>28){
|
||||
alert('{$lang->msg_font_too_big}');
|
||||
$(this).val('28');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue