]> andersk Git - test.git/blobdiff - shellinabox/shell_in_a_box.js
Fixed a potential assertion failure in the daemon, if a user manages to type keys...
[test.git] / shellinabox / shell_in_a_box.js
index 34686951bb6fe60c415003f2c51374dbf2a3111b..6807414e28b6077a421ebc44184402294870b973 100644 (file)
@@ -355,7 +355,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {
 };
 
 ShellInABox.prototype.about = function() {
-  alert("Shell In A Box version " + "2.9 (revision 168)" +
+  alert("Shell In A Box version " + "2.9 (revision 169)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com" +
         (typeof serverSupportsSSL != 'undefined' && serverSupportsSSL ?
This page took 0.028922 seconds and 4 git commands to generate.