[eGroupWare-svn] r55991 - in /trunk: egroupware/ egroupware/api/src/Framework/ jdots/js/ pixelegg/js/
[email protected] Tue, 03 May 2016 12:52:09 -0000
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ralfbecker
Date: Tue May 3 14:52:08 2016
New Revision: 55991
URL: http://svn.stylite.de/viewvc/egroupware?rev=55991&view=rev
Log:
fw_mobile needs to be moved to pixelegg
Added:
trunk/pixelegg/js/fw_mobile.js
- copied unchanged from r55990, trunk/jdots/js/fw_mobile.js
Removed:
trunk/jdots/js/fw_mobile.js
Modified:
trunk/egroupware/Gruntfile.js
trunk/egroupware/api/src/Framework/Bundle.php
Modified: trunk/egroupware/Gruntfile.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/Gruntfile.js?rev=55991&r1=55990&r2=55991&view=diff
==============================================================================
--- trunk/egroupware/Gruntfile.js (original)
+++ trunk/egroupware/Gruntfile.js Tue May 3 14:52:08 2016
@@ -230,14 +230,14 @@
},
mobile: {
files: {
- "jdots\/js\/fw_mobile.min.js": [
+ "pixelegg\/js\/fw_mobile.min.js": [
"api\/js\/jquery\/fastclick\/lib\/fastclick.js",
"api\/js\/framework\/fw_base.js",
"api\/js\/framework\/fw_browser.js",
"api\/js\/jquery\/mousewheel\/mousewheel.js",
"api\/js\/framework\/fw_ui.js",
"api\/js\/framework\/fw_classes.js",
- "jdots\/js\/fw_mobile.js"
+ "pixelegg\/js\/fw_mobile.js"
]
}
},
Modified: trunk/egroupware/api/src/Framework/Bundle.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/src/Framework/Bundle.php?rev=55991&r1=55990&r2=55991&view=diff
==============================================================================
--- trunk/egroupware/api/src/Framework/Bundle.php (original)
+++ trunk/egroupware/api/src/Framework/Bundle.php Tue May 3 14:52:08 2016
@@ -32,7 +32,7 @@
'et21'=> '/api/js/etemplate/etemplate2.min.js',
'pixelegg' => '/pixelegg/js/fw_pixelegg.min.js',
'jdots' => '/jdots/js/fw_jdots.min.js',
- 'mobile' => '/jdots/js/fw_mobile.min.js',
+ 'mobile' => '/pixelegg/js/fw_mobile.min.js',
);
/**
@@ -248,7 +248,7 @@
// generate template and app bundles, if installed
foreach(array(
'jdots' => '/jdots/js/fw_jdots.js',
- 'mobile' => '/jdots/js/fw_mobile.js',
+ 'mobile' => '/pixelegg/js/fw_mobile.js',
'pixelegg' => '/pixelegg/js/fw_pixelegg.js',
'calendar' => '/calendar/js/app.js',
'mail' => '/mail/js/app.js',
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z