Fix to relfect new github.io page base URL.

This commit is contained in:
Joel Martin 2013-10-29 14:38:24 -05:00
parent f0d30a90f3
commit 75d69b9f62
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ start: function(callback) {
} );
// Show description by default when hosted at for kanaka.github.com
if (location.host === "kanaka.github.com") {
if (location.host === "kanaka.github.io") {
// Open the description dialog
$D('noVNC_description').style.display = "block";
} else {