Closing ] in jquery selector
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/26773c0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/26773c0d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/26773c0d Branch: refs/heads/master Commit: 26773c0d735612c3a994b292423c107801ade37d Parents: 0f777c5 Author: Sam Corbett <[email protected]> Authored: Wed Nov 18 12:46:56 2015 +0000 Committer: Sam Corbett <[email protected]> Committed: Thu Nov 19 13:58:59 2015 +0000 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/js/view/entity-details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/26773c0d/usage/jsgui/src/main/webapp/assets/js/view/entity-details.js ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/js/view/entity-details.js b/usage/jsgui/src/main/webapp/assets/js/view/entity-details.js index 7d65458..f54c572 100644 --- a/usage/jsgui/src/main/webapp/assets/js/view/entity-details.js +++ b/usage/jsgui/src/main/webapp/assets/js/view/entity-details.js @@ -103,7 +103,7 @@ define([ } var entityHref = this.getEntityHref(); if (entityHref) { - $("a[data-toggle='tab'").each(function(i,a) { + $("a[data-toggle='tab']").each(function(i,a) { $(a).attr('href',entityHref+"/"+$(a).attr("data-target").slice(1)); }); } else {
