mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Explicitly configure flash location to work with JS minification
This commit is contained in:
parent
9e768dcaac
commit
d3e404fad9
@ -16,6 +16,8 @@
|
||||
/phpgwapi/js/zeroclipboard/dist/ZeroClipboard.min.js;
|
||||
*/
|
||||
|
||||
ZeroClipboard.config( { swfPath: egw.webserverUrl+"/phpgwapi/js/zeroclipboard/dist/ZeroClipboard.swf" } );
|
||||
|
||||
if (typeof window._egwActionClasses == "undefined")
|
||||
window._egwActionClasses = {};
|
||||
_egwActionClasses["popup"] = {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user