- updated decans.js
- tooltip without info icon
This commit is contained in:
parent
930067e5f9
commit
c18c86a032
2 changed files with 684 additions and 88 deletions
|
|
@ -310,9 +310,9 @@ SL.Calendar = (function() {
|
||||||
if (!el.hasOwnProperty("hide") || (el.hasOwnProperty("hide") && el.hide != "info")) {
|
if (!el.hasOwnProperty("hide") || (el.hasOwnProperty("hide") && el.hide != "info")) {
|
||||||
var tooltip = '';
|
var tooltip = '';
|
||||||
if ( Module.modules[key].definitions.hasOwnProperty("description") ) {
|
if ( Module.modules[key].definitions.hasOwnProperty("description") ) {
|
||||||
tooltip = ' <span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" title="'+Module.modules[key].definitions.description+'"></span">';
|
tooltip = ' data-toggle="tooltip" title="'+Module.modules[key].definitions.description+'"';
|
||||||
}
|
}
|
||||||
$(appender).append('<li>'+el.action+tooltip+'</li>\n');
|
$(appender).append('<li'+tooltip+'>'+el.action+'</li>\n');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue