mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-08-03 23:38:00 +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)); }
|
||||
$modeEl.val( editor.getSession().$modeId );
|
||||
$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(){
|
||||
|
Reference in New Issue
Block a user