Fix to relfect new github.io page base URL.
This commit is contained in:
parent
f0d30a90f3
commit
75d69b9f62
|
@ -148,7 +148,7 @@ start: function(callback) {
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Show description by default when hosted at for kanaka.github.com
|
// 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
|
// Open the description dialog
|
||||||
$D('noVNC_description').style.display = "block";
|
$D('noVNC_description').style.display = "block";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue