Skip to content

Commit 096d5df

Browse files
committed
Some things to BS tags
1 parent 0380a09 commit 096d5df

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function(grunt) {
1212
},
1313
uglify: {
1414
options: {
15-
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\nhttps://github.com/Serhioromano/bootstrap-calendar.git\n'
15+
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\nhttps://github.com/Serhioromano/bootstrap-tags.git\n'
1616
},
1717
build: {
1818
src: 'js/bootstrap-tags.js',

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Property | Required | Description
122122
---------|----------|------------
123123
id | Yes | Required only if object. If it is a string, the same value for `text` and `id` will be used.
124124
text | Yes | Used as tag text.
125-
suggest | No | If not set `text` will be used. This property is used to display in typeahead suggestions.
125+
suggest | No | If not set `text` will be used. This property is used to display in typeahead suggestions.
126126
num | No | If set, number will be shown after the text.
127127
url | No | If set, text will be as link. Not that there is `tag_link_target` option. Eg. `$('#bs-tags').tags({tag_link_target:"_blank"});`
128128
title | No | Title will create Bootstrap tooltip. It will be used only if `url` property exists.

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<div class="hero-unit">
1111
<h1>Bootstrap Tags Demo</h1>
1212
<p>Bootstrap tags is an UI component to manage values with Ajax</p>
13+
<div class="pull-right">
14+
<a href="https://twitter.com/share" class="twitter-share-button" data-via="serhioromano" data-size="large" data-hashtags="twbootstrap">Tweet</a>
15+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
16+
</div>
1317
<p>
1418
<a href="https://github.com/Serhioromano/bootstrap-tags" class="btn btn-inverse">Fork on GitHub</a>
1519
<a class="btn btn-success" href="https://github.com/Serhioromano/bootstrap-tags/blob/master/README.md">Documentation</a>

0 commit comments

Comments
 (0)