Nathaniel van Diepen hace 9 años
padre
commit
5d708d4456
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      site/js/index.js

+ 2 - 0
site/js/index.js

@@ -17,6 +17,7 @@ $(function(){
 		dialogs = $('#dialogs').children('div'),
 		dialogs = $('#dialogs').children('div'),
 		memos,
 		memos,
 		news,
 		news,
+		channels,
 		templates = [],
 		templates = [],
 		logout = function(){
 		logout = function(){
 			$.removeCookie('user',{
 			$.removeCookie('user',{
@@ -592,6 +593,7 @@ $(function(){
 					div.find('.tree').treegrid({
 					div.find('.tree').treegrid({
 						initialState: 'collapsed'
 						initialState: 'collapsed'
 					});
 					});
+					channels = d.channels;
 					$('#channels').html(div.children());
 					$('#channels').html(div.children());
 					$('body').resize();
 					$('body').resize();
 				},
 				},