remove old jquery
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<script type="text/javascript" src="../internal.js"></script>
|
||||
|
||||
<!-- jquery -->
|
||||
<!-- <script src="../../third-party/jquery-1.10.2.min.js"></script> -->
|
||||
<script src="../../../../jquery/jquery-3.5.0.min.js"></script>
|
||||
<script src="../../../../jquery/jquery-migrate-3.2.0.min.js"></script>
|
||||
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <script src="../../third-party/jquery-1.10.2.min.js"></script> -->
|
||||
<script src="../../../../jquery/jquery-3.5.0.min.js"></script>
|
||||
<script src="../../../../jquery/jquery-migrate-3.2.0.min.js"></script>
|
||||
<script src="../../third-party/highcharts/highcharts.js"></script>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<script type="text/javascript" src="../internal.js"></script>
|
||||
|
||||
<!-- jquery -->
|
||||
<!-- <script type="text/javascript" src="../../third-party/jquery-1.10.2.min.js"></script> -->
|
||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.0.min.js"></script>
|
||||
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.2.0.min.js"></script>
|
||||
|
||||
|
||||
@@ -75,9 +75,8 @@
|
||||
</div>
|
||||
|
||||
<!-- jquery -->
|
||||
<!-- <script src="../../third-party/jquery-1.10.2.min.js"></script> -->
|
||||
<script src="../../../../jquery/jquery-3.5.0.min.js"></script>
|
||||
<script src="../../../../jquery/jquery-migrate-3.2.0.min.js"></script>
|
||||
<script src="../../../../jquery/jquery-3.5.0.min.js"></script>
|
||||
<script src="../../../../jquery/jquery-migrate-3.2.0.min.js"></script>
|
||||
|
||||
<!-- webuploader -->
|
||||
<script type="text/javascript" src="../../third-party/webuploader/webuploader.min.js"></script>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -631,33 +631,34 @@ UE.parse.register('charts',function( utils ){
|
||||
//加载资源
|
||||
function loadResources () {
|
||||
|
||||
loadJQuery();
|
||||
// loadJQuery();
|
||||
loadHighcharts();
|
||||
|
||||
}
|
||||
|
||||
function loadJQuery () {
|
||||
|
||||
//不存在jquery, 则加载jquery
|
||||
if ( !window.jQuery ) {
|
||||
|
||||
utils.loadFile(document,{
|
||||
src : resourceRoot + "/third-party/jquery-1.10.2.min.js",
|
||||
tag : "script",
|
||||
type : "text/javascript",
|
||||
defer : "defer"
|
||||
},function(){
|
||||
|
||||
loadHighcharts();
|
||||
|
||||
});
|
||||
|
||||
} else {
|
||||
|
||||
loadHighcharts();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
// function loadJQuery () {
|
||||
//
|
||||
// //不存在jquery, 则加载jquery
|
||||
// if ( !window.jQuery ) {
|
||||
//
|
||||
// utils.loadFile(document,{
|
||||
// src : resourceRoot + "/third-party/jquery.min.js",
|
||||
// tag : "script",
|
||||
// type : "text/javascript",
|
||||
// defer : "defer"
|
||||
// },function(){
|
||||
//
|
||||
// loadHighcharts();
|
||||
//
|
||||
// });
|
||||
//
|
||||
// } else {
|
||||
//
|
||||
// loadHighcharts();
|
||||
//
|
||||
// }
|
||||
//
|
||||
// }
|
||||
|
||||
function loadHighcharts () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user