You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2016/02/25 22:01:35 UTC

allura git commit: Fix "update" link on shorturl tool, probably broke during lightbox changes of #7919

Repository: allura
Updated Branches:
  refs/heads/master 091f1976f -> eea4493e0


Fix "update" link on shorturl tool, probably broke during lightbox changes of #7919


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/eea4493e
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/eea4493e
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/eea4493e

Branch: refs/heads/master
Commit: eea4493e06c413e01dc6d8f96917e55ef8d6ba7a
Parents: 091f197
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Feb 18 16:23:07 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Thu Feb 25 14:08:07 2016 -0500

----------------------------------------------------------------------
 ForgeShortUrl/forgeshorturl/templates/index.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/eea4493e/ForgeShortUrl/forgeshorturl/templates/index.html
----------------------------------------------------------------------
diff --git a/ForgeShortUrl/forgeshorturl/templates/index.html b/ForgeShortUrl/forgeshorturl/templates/index.html
index 8f51bf1..b91f298 100644
--- a/ForgeShortUrl/forgeshorturl/templates/index.html
+++ b/ForgeShortUrl/forgeshorturl/templates/index.html
@@ -69,6 +69,7 @@
               $(function() {
                 var modal = $('#lightbox_short-url-modal');
                 $('#update-url-{{su.short_name}}').click(function() {
+                  startLightbox(modal);
                   modal.find('#short-url-form-title').show();
                   modal.find('#short-url-form-action-label').text('Update');
                   modal.find('input[name="update"]').val('True');