Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
reverted local testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ac0v committed May 28, 2018
1 parent 8e75a45 commit d0aa7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/ui2/js/brs.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var BRS = (function(BRS, $, undefined) {
if (!BRS.server) {
var hostName = window.location.hostname.toLowerCase();
BRS.isLocalHost = hostName === "localhost" || hostName === "127.0.0.1" || BRS.isPrivateIP(hostName);
BRS.isLocalHost = false;
BRS.isLocalHost = true;
}

if (!BRS.isLocalHost) {
Expand Down

0 comments on commit d0aa7a6

Please sign in to comment.