This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch SLING-7858 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 3600c1b9bbd5beec7dd9188ebb94b68dafae4523 Author: Dan Klco <[email protected]> AuthorDate: Wed Aug 29 18:18:53 2018 -0400 Fixing the path suggestions --- ui/src/main/frontend/src/js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/frontend/src/js/scripts.js b/ui/src/main/frontend/src/js/scripts.js index f3fc15a..61752e1 100644 --- a/ui/src/main/frontend/src/js/scripts.js +++ b/ui/src/main/frontend/src/js/scripts.js @@ -386,7 +386,7 @@ Sling.CMS = { }); }, decorate: function($ctx){ - $ctx.find('input.Field-Path').each(function(){ + $ctx.find('input.pathfield').each(function(){ var type = $(this).data('type'); var base = $(this).data('base'); Sling.CMS.ext.pathfield.suggest(this, type, base);
