We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a7a3e commit 679a67cCopy full SHA for 679a67c
src/assets/src/js/jquery.multipleInput.js
@@ -44,7 +44,6 @@
44
45
var intervalID = setInterval(function(){
46
if (typeof form.data('yiiActiveForm') === 'object') {
47
- console.log(id);
48
var attribute = form.yiiActiveForm('find', id);
49
if (typeof attribute === 'object') {
50
$.each(attribute, function (key, value) {
0 commit comments