mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
drop jquery-ui, jquery-ui-touch-punch-fix and temp. comment out last usages in framework classes
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
|
||||
import "../../../vendor/bower-asset/jquery/dist/jquery.min.js";
|
||||
import "../jquery/jquery.noconflict.js";
|
||||
//import "../../../vendor/bower-asset/jquery-ui/jquery-ui.js";
|
||||
import "../jquery/mousewheel/mousewheel.js";
|
||||
import '../jsapi/egw_inheritance.js';
|
||||
import {EGW_KEY_ENTER, EGW_KEY_SPACE} from '../egw_action/egw_action_constants.js';
|
||||
@ -1285,7 +1284,7 @@ window.egw_fw_ui_splitter = function(_contDiv, _orientation, _resizeCallback, _c
|
||||
jQuery(this.splitterDiv).addClass("egw_fw_ui_splitter_vertical");
|
||||
break;
|
||||
}
|
||||
jQuery(this.splitterDiv).draggable(dragoptions);
|
||||
// jQuery(this.splitterDiv).draggable(dragoptions);
|
||||
|
||||
//Handle mouse hovering of the splitter div
|
||||
jQuery(this.splitterDiv).mouseenter(function() {
|
||||
@ -1384,7 +1383,7 @@ window.egw_fw_ui_splitter.prototype.dragStopHandler = function(event, ui)
|
||||
*/
|
||||
window.egw_fw_ui_splitter.prototype.set_disable = function (_state)
|
||||
{
|
||||
jQuery(this.splitterDiv).draggable(_state?'disable':'enable');
|
||||
// jQuery(this.splitterDiv).draggable(_state?'disable':'enable');
|
||||
};
|
||||
|
||||
/**
|
||||
@ -1454,4 +1453,4 @@ window.egw_fw_ui_toggleSidebar.prototype.set_toggle = function (_state, _toggleC
|
||||
this.contDiv.toggleClass('egw_fw_sidebar_toggleOn',_state === 'on'?true:false);
|
||||
_context.splitterUi.set_disable(_state === 'on'?true:false);
|
||||
_toggleCallback.call(_context, _state);
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user