Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 694 → Rev 695

/trunk/oidplus.min.js.php
110,7 → 110,7
 
# ---
 
$manifests = OIDplus::getAllPluginManifests('*Pages,objectTypes', true); // due to interface crudNewGenerateLinks (1.3.6.1.4.1.37476.2.5.2.3.6) this plugin type can also have CSS
$manifests = OIDplus::getAllPluginManifests('*Pages,objectTypes', true); // due to interface gridGeneratorLinks (1.3.6.1.4.1.37476.2.5.2.3.6) this plugin type can also have CSS
foreach ($manifests as $manifest) {
foreach ($manifest->getJSFiles() as $js_file) {
$files[] = process_file($js_file);