We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43ef71a + 55a706a commit f98c6d8Copy full SHA for f98c6d8
1 file changed
assets/plugins/simplefiles/tpl/simplefiles.tpl
@@ -155,7 +155,7 @@ var sfGridColumns = [ [
155
}
156
] ];
157
(function($){
158
-$(window).load(function(){
+$(window).on('load', function(){
159
if ($('#sf-tab')) {
160
$('#sf-tab.selected').trigger('click');
161
@@ -175,4 +175,4 @@ $('#sf-tab').click(function(){
175
</script>
176
<div id="SimpleFiles" class="tab-page" style="width:100%;-moz-box-sizing: border-box; box-sizing: border-box;">
177
<h2 class="tab" id="sf-tab">[+tabName+]</h2>
178
-</div>
+</div>
0 commit comments