rabin il y a 1 an
Parent
commit
c306882da9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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)