• Will Rouesnel's avatar
    Detect port properly in vnc_auto.html when used on port 80 or 443. · e83b9e03
    Will Rouesnel authored
    Browsers (such as Chrome) don't report port numbers in window.location.port when
    used on standard ports such as 80 and 443. This causes vnc_auto.html to not
    automatically find the port as it should.
    
    This simple change checks if window.location.port is blank, and sets port as
    appropriate from the name of the protocol in use.
    e83b9e03
Name
Last commit
Last update
debian Loading commit data...
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...