From 450f239ee68e3ecde37da831dbce16c30a2f12c6 Mon Sep 17 00:00:00 2001 From: brian teeman Date: Mon, 24 Jan 2022 20:23:34 +0000 Subject: [PATCH] [4.1] s/toogle/toggle Note there is a change in js here as well --- .../components/com_associations/tmpl/association/edit.php | 2 +- build/media_source/com_associations/js/sidebyside.es5.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/administrator/components/com_associations/tmpl/association/edit.php b/administrator/components/com_associations/tmpl/association/edit.php index 1b7bdb79d60..422799a4331 100644 --- a/administrator/components/com_associations/tmpl/association/edit.php +++ b/administrator/components/com_associations/tmpl/association/edit.php @@ -29,7 +29,7 @@ $options = [ 'id' => $this->referenceId, ]; ?> - diff --git a/build/media_source/com_associations/js/sidebyside.es5.js b/build/media_source/com_associations/js/sidebyside.es5.js index 136d46e1533..9c3b755a1d2 100644 --- a/build/media_source/com_associations/js/sidebyside.es5.js +++ b/build/media_source/com_associations/js/sidebyside.es5.js @@ -89,7 +89,7 @@ jQuery(document).ready(function($) { }; // Attach behaviour to toggle button. - $(document).on('click', '#toogle-left-panel', function() { + $(document).on('click', '#toggle-left-panel', function() { var referenceHide = this.getAttribute('data-hide-reference'); var referenceShow = this.getAttribute('data-show-reference');