From 930067e5f9029b427eae4e28c7a1bffd7f72cca8 Mon Sep 17 00:00:00 2001 From: flux Date: Tue, 1 Jan 2019 20:58:46 +0100 Subject: [PATCH] bugfix --- js/SL.Calendar.js | 2 +- js/modules/decans.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/SL.Calendar.js b/js/SL.Calendar.js index 1703a63..b1854c7 100644 --- a/js/SL.Calendar.js +++ b/js/SL.Calendar.js @@ -312,7 +312,7 @@ SL.Calendar = (function() { if ( Module.modules[key].definitions.hasOwnProperty("description") ) { tooltip = ' '; } - $(appender).append('
  • '+el.action++tooltip+'
  • \n'); + $(appender).append('
  • '+el.action+tooltip+'
  • \n'); } }); }); diff --git a/js/modules/decans.js b/js/modules/decans.js index f545289..4742948 100644 --- a/js/modules/decans.js +++ b/js/modules/decans.js @@ -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 },