|
@@ -340,13 +340,14 @@ var Dever =
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+
|
|
|
$("select option").each(function() {
|
|
|
if ($(this).attr('select') && $(this).attr('select') == 'true') {
|
|
|
$(this).attr('selected', 'true');
|
|
|
} else {
|
|
|
$(this).removeAttr('selected');
|
|
|
}
|
|
|
- });
|
|
|
+ });*/
|
|
|
}
|
|
|
|
|
|
,Ucfirst : function(str)
|