Commit fedc38fd by Qiang Xue

Fixes #1116.

parent 1bee8474
......@@ -14,7 +14,7 @@ yii.gii = (function ($) {
};
var initStickyInputs = function () {
$('.sticky:not(.error) input[type="text"],select,textarea').each(function () {
$('.sticky:not(.error)').find('input[type="text"],select,textarea').each(function () {
var value;
if (this.tagName === 'SELECT') {
value = this.options[this.selectedIndex].text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment