You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/10/04 13:54:33 UTC

allura git commit: Remove src="#" that was causing extra requests to the same page

Repository: allura
Updated Branches:
  refs/heads/master 779dc3345 -> c520be970


Remove src="#" that was causing extra requests to the same page


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

Branch: refs/heads/master
Commit: c520be9700af83f7a642033d605fb239e0bb1027
Parents: 779dc33
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Oct 3 15:09:55 2016 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Oct 4 09:54:26 2016 -0400

----------------------------------------------------------------------
 Allura/allura/templates/widgets/post_widget.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/c520be97/Allura/allura/templates/widgets/post_widget.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/widgets/post_widget.html b/Allura/allura/templates/widgets/post_widget.html
index e387c4b..119134b 100644
--- a/Allura/allura/templates/widgets/post_widget.html
+++ b/Allura/allura/templates/widgets/post_widget.html
@@ -172,7 +172,7 @@
   </div>
     <!-- lightbox_me div that will dynamically load attachment image -->
   <div id="lightbox" style="display:none; height: 90%">
-      <img style="width: inherit; height: inherit; display: block; margin-left: auto; margin-right: auto;" src="#">
+      <img style="width: inherit; height: inherit; display: block; margin-left: auto; margin-right: auto;">
   </div>
 
 </div>