tavishiChat

Results 3 issues of tavishiChat

my code goes like this: $scope.options = { rowHeight: 50, headerHeight: 50, footerHeight: 50, scrollbarV: false, columns: alarmTableColumns, selectable: true, multiSelect: true, resizable:true, width:1350, cellRenderer:true, group:false, columnMode: 'flex' }; Here...

Hi I am using this idle timeout plugin. I am facing a problem that is , I am using some other third party plugins to render a network of devices....

I have used this plugin : $(document).idle({ onIdle: function(){ closeSessions(); $(location).attr('href', "logout.jsp" ); }, events: 'mousemove keydown mousedown touchstart click', idle: timeout }); Now in chrome if I login to...