aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Logistique/Logistique.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/Logistique/Logistique.mako')
-rw-r--r--jm2l/templates/Logistique/Logistique.mako12
1 files changed, 8 insertions, 4 deletions
diff --git a/jm2l/templates/Logistique/Logistique.mako b/jm2l/templates/Logistique/Logistique.mako
index 2037973..48c1b05 100644
--- a/jm2l/templates/Logistique/Logistique.mako
+++ b/jm2l/templates/Logistique/Logistique.mako
@@ -172,10 +172,14 @@ elif Type=='M':
</tbody>
</table>
- <script>
- $('#${Type}_Props').tooltip()
- $('#${Type}_Demande').tooltip()
- </script>
+<%
+ context._kwargs['postpone_js'].append( "$('#%s_Props').tooltip();" % Type )
+ context._kwargs['postpone_js'].append( "$('#%s_Demande').tooltip();" % Type )
+%>
+## <script>
+## $('#${Type}_Props').tooltip()
+## $('#${Type}_Demande').tooltip()
+## </script>
</%def>
## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=