tperrier / mwachx

Mobile SMS management application for maternal health
Apache License 2.0
2 stars 8 forks source link

Should the global tooltip call happen every page regardless? #121

Closed bderenzi closed 9 years ago

bderenzi commented 9 years ago
{% block js_onLoad %}
{% comment %} <script> /*for syntax highlighting*/ {% endcomment %} 
   mw.tooltips();
{% comment %} </script> {% endcomment %} 
{% endblock %}
tperrier commented 9 years ago

Yes, we can put that in the mwach.js onload function as well.

Sometimes it might need to be called in a Modal's show function as well. The datepicker one will need be called from the visit attended modal.

On 02/15/2015 10:35 PM, bderenzi wrote:

{% block js_onLoad %} {% comment %} {% endcomment %} {% endblock %}

— Reply to this email directly or view it on GitHub https://github.com/tperrier/mwachx/issues/121.