Forgot to remove dev

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-27 15:36:46 +01:00
parent fa83cb5f23
commit aeceb21733
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -44,7 +44,7 @@ var connection_options = {
'secure': true
};
if(window.location.hostname == "zoff.no") add = "https://dev.zoff.no";
if(window.location.hostname == "zoff.no") add = "https://zoff.no";
else add = "localhost";
var socket = io.connect(''+add+':8880', connection_options);
socket.on("get_list", function(){

View File

@@ -182,7 +182,7 @@ $(document).ready(function (){
'secure': true
};
if(window.location.hostname == "zoff.no") add = "https://dev.zoff.no";
if(window.location.hostname == "zoff.no") add = "https://zoff.no";
else add = "localhost";
var socket = io.connect(''+add+':8880', connection_options);
socket.emit('frontpage_lists');