1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-08-04 15:58:14 +02:00

Update default font size to in jQuery initialization (#1200)

This commit is contained in:
Awais
2024-06-24 07:43:07 +05:00
committed by GitHub
parent f120daa607
commit 8b330b75a4

View File

@@ -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(){