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  b863c97ae14b26a217f8d81b8fa2f42cfdb9f00c (commit)
      from  d7cc8c08313727c6d04a21607f0a8506bde1455b (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 b863c97ae14b26a217f8d81b8fa2f42cfdb9f00c
Author: Roland Mas <[email protected]>
Date:   Fri Jun 12 16:12:37 2015 +0200

    Added missing JS

diff --git a/src/www/themes/funky-twig/templates/headerStart.html 
b/src/www/themes/funky-twig/templates/headerStart.html
index 602bbf2..8293cf5 100644
--- a/src/www/themes/funky-twig/templates/headerStart.html
+++ b/src/www/themes/funky-twig/templates/headerStart.html
@@ -24,6 +24,29 @@
     <script type="text/javascript" src="{{ s }}"></script>
     {% endfor %}
 
+    <script type="text/javascript">
+      //<![CDATA[
+      jQuery(window).load(function(){
+       setTimeout("jQuery(\'.feedback\').hide(\'slow\')", 5000);
+       setInterval(function() {
+                       setTimeout("jQuery(\'.feedback\').hide(\'slow\')", 
5000);
+               }, 5000);
+      });
+      //]]>
+    </script>
+
+    {% if use_tooltips %}
+    <script type="text/javascript">
+      //<![CDATA[
+      jQuery(document).ready(
+        function() {
+          jQuery(document).tooltip();
+       }
+      );
+      //]]>
+    </script>
+    {% endif %}
+
     {% for s in stylesheets %}
     <link rel="stylesheet" type="text/css" href="{{ s.url }}" {% if m %} 
media="{{ s.media }}" {% endif %} />
     {% endfor %}

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

Summary of changes:
 .../themes/funky-twig/templates/headerStart.html   | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/src/www/themes/funky-twig/templates/headerStart.html 
b/src/www/themes/funky-twig/templates/headerStart.html
index 602bbf2..8293cf5 100644
--- a/src/www/themes/funky-twig/templates/headerStart.html
+++ b/src/www/themes/funky-twig/templates/headerStart.html
@@ -24,6 +24,29 @@
     <script type="text/javascript" src="{{ s }}"></script>
     {% endfor %}
 
+    <script type="text/javascript">
+      //<![CDATA[
+      jQuery(window).load(function(){
+       setTimeout("jQuery(\'.feedback\').hide(\'slow\')", 5000);
+       setInterval(function() {
+                       setTimeout("jQuery(\'.feedback\').hide(\'slow\')", 
5000);
+               }, 5000);
+      });
+      //]]>
+    </script>
+
+    {% if use_tooltips %}
+    <script type="text/javascript">
+      //<![CDATA[
+      jQuery(document).ready(
+        function() {
+          jQuery(document).tooltip();
+       }
+      );
+      //]]>
+    </script>
+    {% endif %}
+
     {% for s in stylesheets %}
     <link rel="stylesheet" type="text/css" href="{{ s.url }}" {% if m %} 
media="{{ s.media }}" {% endif %} />
     {% endfor %}


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to