From c097c8bde37622f6bd772bbb588503334c45501a Mon Sep 17 00:00:00 2001 From: satishwaghela Date: Tue, 9 Sep 2014 17:02:49 +0530 Subject: [PATCH] Update bootstrap-tag.js need to add class for changing style --- js/bootstrap-tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-tag.js b/js/bootstrap-tag.js index bcbc80f..bf02f17 100644 --- a/js/bootstrap-tag.js +++ b/js/bootstrap-tag.js @@ -36,7 +36,7 @@ that.element.parent().prepend(that.element.detach().hide()) that.element - .wrap($('
')) + .wrap($('
')) .parent() .on('click', function () { that.input.focus()