mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Small js fixes.
This commit is contained in:
parent
b39fbb8dc0
commit
6901044518
4 changed files with 10 additions and 11 deletions
|
@ -1,9 +1,8 @@
|
|||
/*jslint browser: true, confusion: true, regexp: true, white: true */
|
||||
/*jshint browser: true, confusion: true, regexp: false, white: false */
|
||||
/*global jQuery, amplify, H5AI_CONFIG */
|
||||
|
||||
(function ($) {
|
||||
"use strict";
|
||||
'use strict';
|
||||
/*jslint browser: true, confusion: true, regexp: true, vars: true, white: true */
|
||||
/*global Modernizr, jQuery, amplify, H5AI_CONFIG */
|
||||
|
||||
var H5AI = {};
|
||||
|
||||
|
@ -34,7 +33,7 @@
|
|||
H5AI.context.init();
|
||||
|
||||
if (isPhp) {
|
||||
$("#tree").scrollpanel();
|
||||
$('#tree').scrollpanel();
|
||||
H5AI.core.shiftTree(false, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue