mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +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
16
dev/External/ko.js
vendored
16
dev/External/ko.js
vendored
|
|
@ -711,22 +711,6 @@ ko.bindingHandlers.droppable = {
|
|||
}
|
||||
};
|
||||
|
||||
ko.bindingHandlers.nano = {
|
||||
init: (element) => {
|
||||
const Globals = require('Common/Globals'),
|
||||
Settings = require('Storage/Settings');
|
||||
|
||||
if (!Globals.bDisableNanoScroll && !Settings.appSettingsGet('useNativeScrollbars')) {
|
||||
$(element)
|
||||
.addClass('nano')
|
||||
.nanoScroller({
|
||||
iOSNativeScrolling: false,
|
||||
preventPageScrolling: true
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
ko.bindingHandlers.saveTrigger = {
|
||||
init: (element) => {
|
||||
const $el = $(element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue