rabin 6 months ago
parent
commit
c306882da9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/dever/core.js

+ 2 - 1
assets/dever/core.js

@@ -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)