Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -80,12 +80,6 @@ |
81 | 81 | $sfgYUIBase = "http://yui.yahooapis.com/2.5.2/build/"; |
82 | 82 | |
83 | 83 | ### |
84 | | -# Display a warning message if the user leaves a form page |
85 | | -### |
86 | | -if (! isset($sfgConfirmFormExit)) |
87 | | - $sfgConfirmFormExit = false; |
88 | | - |
89 | | -### |
90 | 84 | # Extend the edit form from the internal EditPage class rather than using a |
91 | 85 | # special page and hacking things up. |
92 | 86 | # |