Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
984ac793
Commit
984ac793
authored
May 19, 2012
by
Thomas Park
Browse files
index: changed link to news from tumblr to subdomain
parent
cfd51ed2
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/bootswatch.js
View file @
984ac793
var
menu
=
'
<ul class="nav">
\
<li><a onclick="pageTracker._link(this.href); return false;" href="http://bootswatch.
tumblr.
com">News</a></li>
\
<li><a onclick="pageTracker._link(this.href); return false;" href="http://
news.
bootswatch.com">News</a></li>
\
<li><a id="swatch-link" href="/#gallery">Gallery</a></li>
\
<li class="dropdown">
\
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Preview <b class="caret"></b></a>
\
...
...
@@ -41,7 +41,7 @@ menu = menu + ' </ul> \
</ul>
'
;
$
(
'
.navbar .nav-collapse
'
).
first
().
append
(
menu
);
$
(
'
a[rel=tooltip]
'
).
tooltip
({
'
placement
'
:
'
bottom
'
});
...
...
@@ -53,4 +53,4 @@ taglines.push('Saving the web from default <a target="_blank" href="http://twitt
var
line
=
Math
.
floor
((
taglines
.
length
)
*
Math
.
random
());
$
(
'
#tagline
'
).
html
(
taglines
[
line
]);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment