mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Bugfix: bootstrap jQuery('#') syntax error
Changed: use ES2015 Changed: gulp uglify to terser Removed: ChangePassword Removed: nanoscroll Removed: JS polyfills
This commit is contained in:
parent
9aa0cf92a9
commit
aae7883b99
133 changed files with 15 additions and 10295 deletions
4
vendors/bootstrap/js/bootstrap.js
vendored
4
vendors/bootstrap/js/bootstrap.js
vendored
|
|
@ -756,7 +756,7 @@
|
|||
selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
|
||||
}
|
||||
|
||||
$parent = selector && $(selector)
|
||||
$parent = selector && 1 < selector.length && $(selector)
|
||||
|
||||
if (!$parent || !$parent.length) $parent = $this.parent()
|
||||
|
||||
|
|
@ -2277,4 +2277,4 @@
|
|||
})
|
||||
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
|
|
|||
4
vendors/bootstrap/js/bootstrap.min.js
vendored
4
vendors/bootstrap/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
6
vendors/bootstrap/js/old.bootstrap.min.js
vendored
6
vendors/bootstrap/js/old.bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue