From 97f81e6e72c25279fe9630e9546f3eca2b3d3d32 Mon Sep 17 00:00:00 2001 From: dklawren Date: Fri, 22 Feb 2019 15:30:16 -0500 Subject: [PATCH] Bug 1529985 - "Phabricator Revisions" section of bug is stuck at "Loading...." due to typo in phabricator.js --- extensions/PhabBugz/web/js/phabricator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/PhabBugz/web/js/phabricator.js b/extensions/PhabBugz/web/js/phabricator.js index 02fc6aef0..5604f2e5b 100644 --- a/extensions/PhabBugz/web/js/phabricator.js +++ b/extensions/PhabBugz/web/js/phabricator.js @@ -30,7 +30,7 @@ Phabricator.getBugRevisions = function() { var spanRevisionStatusText = span.clone(); var revLink = link.clone(); - revLink.attr('href', phabUrl + revision.id)); + revLink.attr('href', phabUrl + revision.id); revLink.text(revision.id); tdId.append(revLink); -- 2.47.3