This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, feature/twig-template-engine has been updated
via e0dbdd718aaf8ab398be62b875e4d94ba021ec3f (commit)
from 48d7028124e80f7eb69162b3791bfad2b9ba6ba0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=e0dbdd718aaf8ab398be62b875e4d94ba021ec3f
commit e0dbdd718aaf8ab398be62b875e4d94ba021ec3f
Author: Roland Mas <[email protected]>
Date: Fri Apr 8 18:38:11 2016 +0200
Don't load Javascript and stylesheets too late
diff --git a/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
b/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
index 57e1aee..62371cd 100644
--- a/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
+++ b/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
@@ -76,8 +76,6 @@ class DocsHtmlSearchRenderer extends HtmlGroupSearchRenderer {
$rowColor = 0;
if ($rowsCount) {
use_javascript('/docman/scripts/DocManController.js');
- $return .= $HTML->getJavascripts();
- $return .= $HTML->getStylesheets();
echo html_ao('script', array('type' =>
'text/javascript'));
?>
//<![CDATA[
-----------------------------------------------------------------------
Summary of changes:
src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits