[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] List comments: restore missing plugin method 'applyColorbox' that has...
Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69938208d9389_3b186190530c@gitlab-sidekiq-low-urgency-cpu-bound-v2-5cb68884d8-fgzcg.mail> |
Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
3555d4bf by Boss Ibrahim Mussa Gregoire at 2026-02-16T20:38:07+00:00
[FIX] List comments: restore missing plugin method 'applyColorbox' that has been removed from a refactoring.
---
* [FIX] Jquery-ColoBox: restore missing plugin method that as been removed.
See merge request tikiwiki/tiki!9569
- - - - -
1 changed file:
- lib/jquery_tiki/tiki-jquery.js
Changes:
=====================================
lib/jquery_tiki/tiki-jquery.js
=====================================
@@ -666,6 +666,13 @@ $(function() { // JQuery's DOM is ready event - before onload
scrollToSimilarAnchor();
}
+ $.fn.applyColorbox = function() {
+ if (jqueryTiki.colorbox) {
+ applyGlightbox();
+ }
+ return this;
+ };
+
$.applyColorbox = function() {
if (jqueryTiki.colorbox) {
applyGlightbox();
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3555d4bfbbf86e4cfb7eb0340f604c65f84d4067
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3555d4bfbbf86e4cfb7eb0340f604c65f84d4067
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs