some touchups to 2664f794
[p2pool.git] / web-static / share.html
index 620a3b3..514f57a 100644 (file)
@@ -29,7 +29,7 @@
                     var b = d3.select('body');
                     b.selectAll('*').remove();
                     var h1 = b.append('h1');
-                        h1.append('a').attr('href', '../static/').text('P2Pool');
+                        h1.append('a').attr('href', '.').text('P2Pool');
                         h1.append('span').text(' > Share ');
                         h1.append('a').attr('href', '#' + share_hash).text(share_hash.substr(-8));
                     if(share == null) {