tazpanel diff styles/default/footer.html @ rev 335

fix bug 45: ask confirmation during page load
author border
date Fri Dec 21 01:49:21 2012 -0500 (2012-12-21)
parents b3c93e4a8acc
children 972b3169b3e4
line diff
     1.1 --- a/styles/default/footer.html	Fri May 04 22:58:21 2012 +0300
     1.2 +++ b/styles/default/footer.html	Fri Dec 21 01:49:21 2012 -0500
     1.3 @@ -8,6 +8,9 @@
     1.4  	- <a href="/index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a>
     1.5  </div>
     1.6  
     1.7 +<script type="text/javascript">
     1.8 +	window.onbeforeunload = null;
     1.9 +</script>
    1.10  </body>
    1.11  </html>
    1.12  EOT