[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] admin: Fix js error when layout is set by the tiki.ini
"Jonny Bradley \(@jonnybradley\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69b1a59de9f76_3c1e84828481f7@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc764d97d-vqcpb.mail> |
Jonny Bradley pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki Commits: 58c5b82f by Jonny Bradley at 2026-03-11T17:25:47+00:00 [FIX] admin: Fix js error when layout is set by the tiki.ini (cherry picked from commit 971b856dae051fd1e1f4a81aadff716e3180d306) Co-authored-by: jonnybradley <[email protected]> - - - - - 1 changed file: - admin/include_look.php Changes: ===================================== admin/include_look.php ===================================== @@ -1144,7 +1144,7 @@ function edit_custom_mode(el,id,name,icon){ //try setting the option to the previously selected option and if no layout matched, set it to the SMARTY_DEFAULT_LAYOUT constant layoutDropDown.val(current); if (!layoutDropDown.val()){ - layoutDropDown.val($default_layout); + layoutDropDown.val("$default_layout"); } } layoutDropDown.trigger("change"); View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/58c5b82f4cdb4a8395ad17bd9219d85f239e8ffd -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/58c5b82f4cdb4a8395ad17bd9219d85f239e8ffd You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help _______________________________________________ TikiWiki-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs