mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Remove no longer needed fastclick
This commit is contained in:
parent
6c917cd369
commit
7f800390d7
@ -21,7 +21,6 @@ import '../../api/js/framework/fw_browser.js';
|
||||
import '../../api/js/framework/fw_ui.js';
|
||||
import '../../api/js/framework/fw_classes.js';
|
||||
import '../../api/js/jsapi/egw_inheritance.js';
|
||||
import '../../vendor/bower-asset/fastclick/lib/fastclick.js';
|
||||
import {tapAndSwipe} from "../../api/js/tapandswipe";
|
||||
/**
|
||||
*
|
||||
@ -945,7 +944,6 @@ import {tapAndSwipe} from "../../api/js/tapandswipe";
|
||||
*/
|
||||
et2_loadingFinished: function (_wnd)
|
||||
{
|
||||
if (egwIsMobile() && this.getUserAgent() == 'iOS') FastClick.attach(document.body);
|
||||
if (typeof this.popups != 'undefined' && this.popups.length > 0)
|
||||
{
|
||||
var i = this.popup_idx(_wnd);
|
||||
|
Loading…
Reference in New Issue
Block a user