Skip to content

Commit 12c2a9e

Browse files
author
Marius Cramer
committed
Fixes: FS#3610 - The optional wrning message on form tab change is not showing up when activated
1 parent 308c18a commit 12c2a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
jQuery('.ttip').tipsy({live: true, gravity: 'ne', html: true});
5050

51-
tabChangeDiscard = '<tmpl_var name="tabchange_discard_enabled>';
52-
tabChangeWarning = '<tmpl_var name="tabchange_warning_enabled>';
51+
tabChangeDiscard = '<tmpl_var name="tabchange_discard_enabled">';
52+
tabChangeWarning = '<tmpl_var name="tabchange_warning_enabled">';
5353
tabChangeWarningTxt = '<tmpl_var name="global_tabchange_warning_txt">';
5454
tabChangeDiscardTxt = '<tmpl_var name="global_tabchange_discard_txt">';
5555

0 commit comments

Comments
 (0)