diff --git a/index.html b/index.html index 50dcf9e..5397bed 100644 --- a/index.html +++ b/index.html @@ -256,7 +256,7 @@ If you are interested in contributing, please check out our GitHub Repo

- MIT License © 2018 T. F. Raaion / sublunar space
+ MIT License © 2018-2022 NN Solex / sublunar space
contact: info@sublunar.space

@@ -347,6 +347,7 @@ 'siderealpsi', 'synaxarium_coptic', 'synaxarium_catholic', + 'synaxarium_coptic_hagiography', ]); /*-- diff --git a/js/SL.App.js b/js/SL.App.js index de4586e..c907b5a 100644 --- a/js/SL.App.js +++ b/js/SL.App.js @@ -1,5 +1,5 @@ /** - * @preserve Copyright (c) 2018 T. F. Raaion, www.sublunar.space + * @preserve Copyright (c) 2018-2022 NN Solex, www.sublunar.space * License MIT: http://www.opensource.org/licenses/MIT * * SUBLUNAR ALMANAC diff --git a/js/SL.Astro.js b/js/SL.Astro.js index 75c51c0..307f3aa 100644 --- a/js/SL.Astro.js +++ b/js/SL.Astro.js @@ -1,5 +1,5 @@ /** - * @preserve Copyright (c) 2018 T. F. Raaion, www.sublunar.space + * @preserve Copyright (c) 2018-2022 NN Solex, www.sublunar.space * License MIT: http://www.opensource.org/licenses/MIT * * SUBLUNAR ALMANAC diff --git a/js/SL.Calendar.js b/js/SL.Calendar.js index f8ed5ca..d6434b3 100644 --- a/js/SL.Calendar.js +++ b/js/SL.Calendar.js @@ -1,5 +1,5 @@ /** - * @preserve Copyright © 2018 T. F. Raaion, www.sublunar.space + * @preserve Copyright © 2018-2022 NN Solex, www.sublunar.space * (MIT): http://www.opensource.org/licenses/MIT * * SUBLUNAR ALMANAC @@ -324,27 +324,29 @@ SL.Calendar = (function() { Object.keys(extData).forEach(function(key) { //if (!extData[key].hasOwnProperty("hide") || (extData[key].hasOwnProperty("hide") && extData[key].hide != "info")) // tags.push(extData[key].tags); - var appender = '#houractions .'+key+'-actions'; - if ( Module.modules[key].definitions.hasOwnProperty("group") && Module.modules[key].definitions.group.hasOwnProperty("info") ) { - if ( !$('li.info-section-'+Module.modules[key].definitions.group.id).length ) { + if (!Module.modules[key].definitions.hasOwnProperty("hide") || (Module.modules[key].definitions.hasOwnProperty("hide") && Module.modules[key].definitions.hide != "info")) { + var appender = '#houractions .'+key+'-actions'; + if ( Module.modules[key].definitions.hasOwnProperty("group") && Module.modules[key].definitions.group.hasOwnProperty("info") ) { + if ( !$('li.info-section-'+Module.modules[key].definitions.group.id).length ) { + $('#houractions').append( + $('