1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #3748: Set infoListener by default

This commit is contained in:
Daniel Molina 2015-07-03 12:10:16 +02:00
parent f76b5fee81
commit 1cce8da08b

View File

@ -186,8 +186,8 @@ define(function(require) {
this.infoListener(_defaultTrListener);
} else if (this.conf.customTrListener) {
this.infoListener(this.conf.customTrListener);
} else {
//this.infoListener();
} else if (!this.conf.select){
this.infoListener();
}
if (this.conf.select) {