Skip to content

Commit 9609443

Browse files
committed
Small code review
1 parent 2e0fb41 commit 9609443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
<input id="form-tags-4" name="tags-4" type="text" value="">
5252

5353
<label>Tags input with semicolon delimiter:</label>
54-
<input id="form-tags-5" name="tags-4" type="text" value="foo;bar">
54+
<input id="form-tags-5" name="tags-5" type="text" value="foo;bar">
5555

5656
<label>Tags input with array of delimiters (comma and semicolon):</label>
57-
<input id="form-tags-6" name="tags-4" type="text" value="foo;bar">
57+
<input id="form-tags-6" name="tags-6" type="text" value="foo;bar">
5858
</form>
5959

6060
<script type="text/javascript">
6161
$(function() {
62-
$('#form-tags-1').tagsInput({interactive: false});
62+
$('#form-tags-1').tagsInput();
6363

6464
$('#form-tags-2').tagsInput({
6565
'onAddTag': function($el, value) {

0 commit comments

Comments
 (0)