From d9b98bccca98f1544f67df35f444151a0308dafe Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Tue, 21 Jul 2015 07:57:04 +1000 Subject: [PATCH] Minor --- modules/backend/widgets/form/assets/js/october.form.js | 2 +- modules/system/assets/ui/docs/input-trigger.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/backend/widgets/form/assets/js/october.form.js b/modules/backend/widgets/form/assets/js/october.form.js index 3606084ff..a6dd4dc5a 100644 --- a/modules/backend/widgets/form/assets/js/october.form.js +++ b/modules/backend/widgets/form/assets/js/october.form.js @@ -79,7 +79,7 @@ fieldMap = {} /* - * Map master and slave field map + * Map master and slave fields */ form.find('[data-field-depends]').each(function() { var name = $(this).data('field-name'), diff --git a/modules/system/assets/ui/docs/input-trigger.md b/modules/system/assets/ui/docs/input-trigger.md index 18e61aab0..f6b3e47d0 100644 --- a/modules/system/assets/ui/docs/input-trigger.md +++ b/modules/system/assets/ui/docs/input-trigger.md @@ -29,8 +29,7 @@ Multie value conditions are supported: ### Supported events: -- oc.triggerOn.update - triggers the update. Trigger this event on the element the plugin is bound to to - force it to check the condition and update itself. This is useful when the page content is updated with AJAX. +- oc.triggerOn.update - triggers the update. Trigger this event on the element the plugin is bound to to force it to check the condition and update itself. This is useful when the page content is updated with AJAX. ### JavaScript API: