Author: ygrego Date: 2015-05-29 13:03:32 +0000 (Fri, 29 May 2015) New Revision: 1570 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1570 Log: Modification of the property "currentChannel" in method "setCurrentChannel". Modified: oipf/js/utils/ChannelService.js Modified: oipf/js/utils/ChannelService.js =================================================================== --- oipf/js/utils/ChannelService.js 2015-05-29 12:56:02 UTC (rev 1569) +++ oipf/js/utils/ChannelService.js 2015-05-29 13:03:32 UTC (rev 1570) @@ -37,7 +37,7 @@ }, setCurrentChannel: function(name) { - this.currentChannel = this.getChannelByName(name); + this.currentChannel = this.getChannelByName(this.channelList, name); if (this.currentChannel && this.channelList) { var channel = this.channelList[0];