You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/10/24 16:34:33 UTC

svn commit: r1766432 - /shiro/site/publish/assets/js/shiro-site.js

Author: bdemers
Date: Mon Oct 24 16:34:32 2016
New Revision: 1766432

URL: http://svn.apache.org/viewvc?rev=1766432&view=rev
Log:
trying to force an apache cdn update

Modified:
    shiro/site/publish/assets/js/shiro-site.js

Modified: shiro/site/publish/assets/js/shiro-site.js
URL: http://svn.apache.org/viewvc/shiro/site/publish/assets/js/shiro-site.js?rev=1766432&r1=1766431&r2=1766432&view=diff
==============================================================================
--- shiro/site/publish/assets/js/shiro-site.js (original)
+++ shiro/site/publish/assets/js/shiro-site.js Mon Oct 24 16:34:32 2016
@@ -7,10 +7,10 @@ function addPageEditLink() {
     var ghEditPageElement = $( "#ghEditPage" );
     var editThisPageElement = $(".editThisPage");
 
-        if (ghEditPageElement && ghEditPageElement.val() && editThisPageElement) {
-            var relGHPage = ghEditPageElement.val();
+    if (ghEditPageElement && ghEditPageElement.val() && editThisPageElement) {
+        var relGHPage = ghEditPageElement.val();
 
-            var ghEditHref = ghRelHref + relGHPage;
-            editThisPageElement.append("<a href='" + ghEditHref + "'>Edit this Page on Github</a>");
-        }
+        var ghEditHref = ghRelHref + relGHPage;
+        editThisPageElement.append("<a href='" + ghEditHref + "'>Edit this Page on Github</a>");
+    }
 }
\ No newline at end of file