Browse Source

移除未引用资源

tags/6.2.0
叙述、别离 1 year ago
parent
commit
4ad9019fdf
3 changed files with 1 additions and 9 deletions
  1. +1
    -1
      src/admin/js/main.js
  2. +0
    -7
      src/static/web/js/bootstrap.min.js
  3. +0
    -1
      src/static/web/js/bootstrap.min.js.map

+ 1
- 1
src/admin/js/main.js View File

@@ -212,7 +212,7 @@ function LoadNewDiv(e, surl, oname) {
if ($Nav() == 'IE') {
var posLeft = window.event.clientX - 20;
var posTop = window.event.clientY - 30;
// IE下scrollTop的兼容性问题
//IE下scrollTop的兼容性问题
var scrollTop = document.documentElement.scrollTop || window.pageYOffset;
if (typeof (scrollTop) == 'undefined') scrollTop = document.body.scrollTop;
posTop += scrollTop;


+ 0
- 7
src/static/web/js/bootstrap.min.js
File diff suppressed because it is too large
View File


+ 0
- 1
src/static/web/js/bootstrap.min.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save