No description
Find a file
Kumi 33f55824d8
fix: ensure conditional loading of jQuery & Bootstrap
Enhanced global.js and script.js to conditionally load jQuery and Bootstrap only if they are not already present. This change improves loading efficiency and reduces redundant script execution.

Additionally, fixed a bug in renderer.php by removing duplicate Bootstrap loading, which also reduces external dependency.

A new .gitignore file was added to ignore backup files with a .bak extension, helping to keep the repository clean.

Ensured error logging only displays error messages for better clarity.
2024-08-05 12:10:33 +02:00
classes/output fix: ensure conditional loading of jQuery & Bootstrap 2024-08-05 12:10:33 +02:00
db refactor: remove deprecated event observers and modal HTML 2024-07-05 12:44:26 +02:00
lang/en feat(lang): add new language strings for EXP360 activity 2024-07-05 11:33:09 +02:00
pix feat(assets): add new icon images in GIF and PNG formats 2024-07-05 12:25:07 +02:00
.gitignore fix: ensure conditional loading of jQuery & Bootstrap 2024-08-05 12:10:33 +02:00
global.js fix: ensure conditional loading of jQuery & Bootstrap 2024-08-05 12:10:33 +02:00
index.php feat: add basic structure for exp360 module 2024-07-05 11:30:55 +02:00
lib.php refactor: remove deprecated event observers and modal HTML 2024-07-05 12:44:26 +02:00
mod_form.php feat: add intro fields to exp360 module 2024-07-05 11:38:10 +02:00
README.md refactor: remove deprecated event observers and modal HTML 2024-07-05 12:44:26 +02:00
script.js fix: ensure conditional loading of jQuery & Bootstrap 2024-08-05 12:10:33 +02:00
test.html feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
version.php chore: bump version to 2024070504 2024-07-05 12:03:35 +02:00
view.php feat(exp360): add EXP360 module for embedding 360° content 2024-07-05 11:13:58 +02:00
view_content.php fix: remove redundant URL parameter from embedded script 2024-07-08 14:19:55 +02:00