diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-05-01 01:49:04 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-05-01 01:49:04 -0400 |
commit | f92ce0f8e3bf510ce012aa744f7e45263503812a (patch) | |
tree | f2a1add14fa965bf0df671b34c630848de66a9df /js | |
parent | dea6ddc6cfb61098dce18042250de17a86520171 (diff) |
all: update to 2.0.3
Diffstat (limited to 'js')
-rw-r--r-- | js/bootswatch.js | 2 |
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]); |