mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Lint compliance
This commit is contained in:
parent
1e2bed83d3
commit
4423c48e5a
@ -215,10 +215,13 @@ define([
|
||||
icon_to = window.setTimeout(function() {
|
||||
$buttons.fadeOut();
|
||||
}, 1000);
|
||||
}
|
||||
};
|
||||
|
||||
$modal.mousemove(mousemove);
|
||||
$modal.on('touchstart' || 'touchend' || 'touchcancel' || 'touchmove', mousemove);
|
||||
$modal.on('touchstart', mousemove);
|
||||
$modal.on('touchend', mousemove);
|
||||
$modal.on('touchcancel', mousemove);
|
||||
$modal.on('touchmove', mousemove);
|
||||
|
||||
$modal.find('#cp-app-slide-modal-exit').click(function () {
|
||||
var ev = $.Event("keyup");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user