Skip to content

Commit

Permalink
link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyb committed Jun 27, 2011
1 parent f58a0de commit 7df8ee6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -15,7 +15,7 @@
<div id="header">
<div>
<span style="font-size: 150%; font-weight: bold">
tumblr
<a href="#/home">tumblr</a>
</span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions js/lib.js
Expand Up @@ -322,11 +322,11 @@ STATEMANAGER = {
}
} else {
document.location.hash = '#/home';
STATEMANAGER.hash = null;
STATEMANAGER.hash = '';
}
},
intercept: {},
hash: null,
hash: '',
timer: 0
},

Expand Down
20 changes: 10 additions & 10 deletions templates/templates.html
Expand Up @@ -27,16 +27,16 @@ <h1>random tumblogs</h1>
}
}}))?>
</div>
<div><a href="#/tumblr/photo/hamsternipples">hamsternipples</a></div>
<div><a href="#/tumblr/photo/thenastygal">thenastygal</a></div>
<div><a href="#/tumblr/photo/her-imperfections">her-imperfections</a></div>
<div><a href="#/tumblr/photo/loveandaffectionnn">loveandaffectionnn</a></div>
<div><a href="#/tumblr/photo/middlefingersandshortskirts">middlefingersandshortskirts</a></div>
<div><a href="#/tumblr/photo/threewordphrase">threewordphrase</a></div>
<div><a href="#/tumblr/photo/thelackoforiginality">thelackoforiginality</a></div>
<div><a href="#/tumblr/photo/cheaper-than-therapy">cheaper-than-therapy</a></div>
<div><a href="#/tumblr/photo/gingerphobia">gingerphobia</a></div>
<div><a href="#/tumblr/photo/myreto">myreto</a></div>
<div><?=SKIN.link('*/*/hamsternipples', 'hamsternipples')?></div>
<div><?=SKIN.link('*/*/thenastygal', 'thenastygal')?></div>
<div><?=SKIN.link('*/*/her-imperfections', 'her-imperfections')?></div>
<div><?=SKIN.link('*/*/loveandaffectionnn', 'loveandaffectionnn')?></div>
<div><?=SKIN.link('*/*/middlefingersandshortskirts', 'middlefingersandshortskirts')?></div>
<div><?=SKIN.link('*/*/threewordphrase', 'threewordphrase')?></div>
<div><?=SKIN.link('*/*/thelackoforiginality', 'thelackoforiginality')?></div>
<div><?=SKIN.link('*/*/cheaper-than-therapy', 'cheaper-than-therapy')?></div>
<div><?=SKIN.link('*/*/gingerphobia', 'gingerphobia')?></div>
<div><?=SKIN.link('*/*/myreto', 'myreto')?></div>
</xmp>


Expand Down

0 comments on commit 7df8ee6

Please sign in to comment.