]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Made ajax link to show attachment popups relative in util.js
authorRobin Millette <millette@controlyourself.ca>
Sun, 24 May 2009 22:40:11 +0000 (18:40 -0400)
committerRobin Millette <millette@controlyourself.ca>
Sun, 24 May 2009 22:40:11 +0000 (18:40 -0400)
js/util.js

index 1b75c5e227636e210cef7a90dd6b6ba06a71b631..6511c0380da3215f0eff0972f431373896153cf4 100644 (file)
@@ -20,7 +20,7 @@ $(document).ready(function(){
 // attachments and attachment pages not used at the moment except for attachment_ajax version
 //    $('.attachments').click(function() {$().jOverlay({zIndex:999, success:function(html) {$('.attachment').click(function() {$().jOverlay({url:$(this).attr('href') + '/ajax'}); return false; });
 //        }, url:$(this).attr('href') + '/ajax'}); return false; });
-    $('.attachment').click(function() {$().jOverlay({url:'http://laptop.waglo.com/attachment/' + ($(this).attr('id').substring('attachment'.length + 1)) + '/ajax'}); return false; });
+    $('.attachment').click(function() {$().jOverlay({url:'../attachment/' + ($(this).attr('id').substring('attachment'.length + 1)) + '/ajax'}); return false; });
 
        // count character on keyup
        function counter(event){