summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-01 01:53:21 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-01 01:53:21 -0400
commit0812eaeb2ba6e78dcf21c4652a009ccf55deb95b (patch)
treef2a1add14fa965bf0df671b34c630848de66a9df /js
parentf6bc5bee91809d50d1082743d9efc90ab25b81fb (diff)
Revert "Revert "all: update to 2.0.3""
This reverts commit f6bc5bee91809d50d1082743d9efc90ab25b81fb.
Diffstat (limited to 'js')
-rw-r--r--js/bootswatch.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js
index 0a920042..444906ef 100644
--- a/js/bootswatch.js
+++ b/js/bootswatch.js
@@ -50,8 +50,6 @@ var taglines = [];
taglines.push('Free themes for <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>');
taglines.push('Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker');
taglines.push('Saving the web from default <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>');
-taglines.push('Give your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site a whole new feel');
-taglines.push('Lose the black bar and blue buttons on your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site');
var line = Math.floor((taglines.length) * Math.random());
$('#tagline').html(taglines[line]);