You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/02/08 13:36:14 UTC

svn commit: r1729152 - /steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Author: humbedooh
Date: Mon Feb  8 12:36:13 2016
New Revision: 1729152

URL: http://svn.apache.org/viewvc?rev=1729152&view=rev
Log:
disable f5 guard for now

Modified:
    steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Modified: steve/trunk/pysteve/www/htdocs/js/steve_monitor.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_monitor.js?rev=1729152&r1=1729151&r2=1729152&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_monitor.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_monitor.js Mon Feb  8 12:36:13 2016
@@ -259,4 +259,4 @@ function disableF5(e) {
     }
 }
 
-window.onkeydown = disableF5
\ No newline at end of file
+//window.onkeydown = disableF5
\ No newline at end of file