mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-03 02:49:40 +00:00
Fix to relfect new github.io page base URL.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user