This commit is contained in:
flux 2019-01-01 20:58:46 +01:00
parent 7625250e3d
commit 930067e5f9
2 changed files with 2 additions and 2 deletions

View file

@ -312,7 +312,7 @@ SL.Calendar = (function() {
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 = ' <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');
} }
}); });
}); });

View file

@ -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", description: "Full and empty rising degrees of the Decans, according to Firmicus Maternus 'Ancient Astrology', Book 4, XXII",
group: { group: {
id: "decans", id: "decans",
text: "Decans", text: "Decans"
}, },
actions: module_decans_fulldegrees.definitions.actions actions: module_decans_fulldegrees.definitions.actions
}, },