bugfix
This commit is contained in:
parent
7625250e3d
commit
930067e5f9
2 changed files with 2 additions and 2 deletions
|
|
@ -312,7 +312,7 @@ SL.Calendar = (function() {
|
|||
if ( Module.modules[key].definitions.hasOwnProperty("description") ) {
|
||||
tooltip = ' <span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" title="'+Module.modules[key].definitions.description+'"></span">';
|
||||
}
|
||||
$(appender).append('<li>'+el.action++tooltip+'</li>\n');
|
||||
$(appender).append('<li>'+el.action+tooltip+'</li>\n');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -663,7 +663,7 @@ var module_decans_fulldegrees_rising = {
|
|||
description: "Full and empty rising degrees of the Decans, according to Firmicus Maternus 'Ancient Astrology', Book 4, XXII",
|
||||
group: {
|
||||
id: "decans",
|
||||
text: "Decans",
|
||||
text: "Decans"
|
||||
},
|
||||
actions: module_decans_fulldegrees.definitions.actions
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue