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 Jun 24, 2024
1 parent f120daa commit 8b330b7
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 @@ -4189,7 +4189,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 8b330b7

Please sign in to comment.