]> git.parisson.com Git - teleforma.git/commitdiff
fix string
authoryomguy <yomguy@parisson.com>
Thu, 17 Jan 2013 15:05:01 +0000 (16:05 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 17 Jan 2013 15:05:01 +0000 (16:05 +0100)
teleforma/templates/teleforma/answer_form.html

index 821cf3f5f5150237f136e389f175864cde3c8be6..b5aae31b392819588c6e6aae2556446706bfe791 100644 (file)
@@ -43,15 +43,13 @@ $(document).ready(function(){
 
     {% if status != 3 %}
     $(window).bind('beforeunload', function(){
-      return '{% trans "You have NOT save your work!" %}';
+      return "{% trans "You have NOT save your work!" %}";
     });
     {% endif  %}
 
     $('#seminars').css({'max-height': '200px'});
 });
 
-
-
 </script>
 {% endblock extra_javascript %}