mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02: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_ui.js';
|
||||||
import '../../api/js/framework/fw_classes.js';
|
import '../../api/js/framework/fw_classes.js';
|
||||||
import '../../api/js/jsapi/egw_inheritance.js';
|
import '../../api/js/jsapi/egw_inheritance.js';
|
||||||
import '../../vendor/bower-asset/fastclick/lib/fastclick.js';
|
|
||||||
import {tapAndSwipe} from "../../api/js/tapandswipe";
|
import {tapAndSwipe} from "../../api/js/tapandswipe";
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -945,7 +944,6 @@ import {tapAndSwipe} from "../../api/js/tapandswipe";
|
|||||||
*/
|
*/
|
||||||
et2_loadingFinished: function (_wnd)
|
et2_loadingFinished: function (_wnd)
|
||||||
{
|
{
|
||||||
if (egwIsMobile() && this.getUserAgent() == 'iOS') FastClick.attach(document.body);
|
|
||||||
if (typeof this.popups != 'undefined' && this.popups.length > 0)
|
if (typeof this.popups != 'undefined' && this.popups.length > 0)
|
||||||
{
|
{
|
||||||
var i = this.popup_idx(_wnd);
|
var i = this.popup_idx(_wnd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user