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:
flyskyko 2011-09-23 02:42:21 +00:00
parent b738c8da36
commit 62b8eb77d1

View file

@ -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');