This website works better with JavaScript.
Home
Help
Sign In
ben
/
benkurtovic.com
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Bugfix.
master
Ben Kurtovic
10 years ago
parent
1f8f324460
commit
d3c739d447
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/main.js
+ 1
- 1
static/main.js
View File
@@ -1,5 +1,5 @@
function fix_tag_links() {
$("
#post-info").find("a
").attr("href", function() {
$("
.post-tag
").attr("href", function() {
return "/#" + encodeURIComponent($(this).text());
});
}
Write
Preview
Loading…
Cancel
Save