mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Trying to fix up with cloudflare
This commit is contained in:
		@@ -44,7 +44,7 @@ var crypto = require('crypto');
 | 
			
		||||
 | 
			
		||||
var emojiStrip = require('emoji-strip');
 | 
			
		||||
 | 
			
		||||
var port = 3000;
 | 
			
		||||
var port = 8880;
 | 
			
		||||
var lists = {};
 | 
			
		||||
var unique_ids = [];
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -106,7 +106,7 @@ $(document).ready(function (){
 | 
			
		||||
    window.list_html = list_html;
 | 
			
		||||
    $("#channels").empty();
 | 
			
		||||
 | 
			
		||||
    var socket = io.connect('//'+window.location.hostname+':3000');
 | 
			
		||||
    var socket = io.connect('//'+window.location.hostname+':8880');
 | 
			
		||||
    socket.emit('frontpage_lists');
 | 
			
		||||
    socket.on('playlists', function(msg){
 | 
			
		||||
        Nochan.populate_channels(msg);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user