mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Fix JQMigrate warning in common.js
This commit is contained in:
parent
a59e6a2027
commit
8e1b870000
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@
|
|||
jQuery(function($) {
|
||||
|
||||
/* select - option의 disabled=disabled 속성을 IE에서도 체크하기 위한 함수 */
|
||||
if($.browser.msie) {
|
||||
if(navigator.userAgent.match(/MSIE/)) {
|
||||
$('select').each(function(i, sels) {
|
||||
var disabled_exists = false;
|
||||
var first_enable = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue