This commit is contained in:
Matthieu Baumann
2026-03-02 11:02:22 +01:00
parent 0861294c66
commit ff6399471c
3 changed files with 6032 additions and 6034 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -107,7 +107,7 @@ A.aladin = function (divSelector, options) {
}
let theme;
if (options.mode) {
if (options && options.mode) {
let mode = options.mode.toLowerCase();
if (mode === 'dark' || mode === 'light') {

View File

@@ -475,8 +475,6 @@ export let Aladin = (function () {
hipsObj["name"] = name;
}
console.log(hipsObj)
// Merge what is already in the cache for that HiPS with new properties
// coming from the MOCServer
this.hipsFavorites.push(hipsObj);