Skip to content

Commit

Permalink
Update default font size to in jQuery initialization (prasathmani#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais300 authored and heguangyu5 committed Aug 26, 2024
1 parent c8316c4 commit 84bd4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyfilemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4232,7 +4232,7 @@ function renderThemeMode() {
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(){
Expand Down

0 comments on commit 84bd4f6

Please sign in to comment.