[Fusionforge-commits] FusionForge branch Branch_5_2 updated. d492847418e33851b0f70dfaff5c0b5306fae6bf

Franck VILLAUME nerville at fusionforge.org
Thu Jan 2 13:40:03 CET 2014


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, Branch_5_2 has been updated
       via  d492847418e33851b0f70dfaff5c0b5306fae6bf (commit)
      from  830cb10102707a1f6a96cbd59ffa0045f4cbf935 (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 -----------------------------------------------------------------
commit d492847418e33851b0f70dfaff5c0b5306fae6bf
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Jan 2 13:39:22 2014 +0100

    plugin CompactPreview: fix jQuery call, use the FF jQuery

diff --git a/src/plugins/compactpreview/include/CompactPreviewPlugin.class.php b/src/plugins/compactpreview/include/CompactPreviewPlugin.class.php
index 474b92d..52e0f5d 100644
--- a/src/plugins/compactpreview/include/CompactPreviewPlugin.class.php
+++ b/src/plugins/compactpreview/include/CompactPreviewPlugin.class.php
@@ -63,7 +63,7 @@ class CompactPreviewPlugin extends Plugin {
 	
 	function javascript_file (&$params) {
 		// The userTooltip.js script is used by the compact preview feature (see content_negociated_user_home)
-		use_javascript('/scripts/jquery/jquery.js');
+		html_use_jquery();
 		// provides support for the popup for compact preview
 		use_javascript('/plugins/'.$this->name.'/scripts/oslcTooltip.js');
 	}

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/compactpreview/include/CompactPreviewPlugin.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list