mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-08-04 07:47:51 +02:00
Update default font size to in jQuery initialization (#1200)
This commit is contained in:
@@ -4189,7 +4189,7 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal';
|
|||||||
if(_data && _data.fontSize) { $fontSizeEl.html(optionNode("", _data.fontSize)); }
|
if(_data && _data.fontSize) { $fontSizeEl.html(optionNode("", _data.fontSize)); }
|
||||||
$modeEl.val( editor.getSession().$modeId );
|
$modeEl.val( editor.getSession().$modeId );
|
||||||
$themeEl.val( editor.getTheme() );
|
$themeEl.val( editor.getTheme() );
|
||||||
$fontSizeEl.val(12).change(); //set default font size in drop down
|
$(function() { $fontSizeEl.val(12).change(); }); //set default font size in drop down
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
|
Reference in New Issue
Block a user