mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
git-svn-id: https://develop.svn.wordpress.org/trunk@26207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a315a3ff6
commit
aed015478f
@ -14,9 +14,9 @@
|
||||
else if ( 'left' == side || 'right' == side )
|
||||
inputs[i].style.visibility = 'visible';
|
||||
}
|
||||
}
|
||||
};
|
||||
pr.onclick();
|
||||
}
|
||||
};
|
||||
if ( w && w.addEventListener )
|
||||
w.addEventListener('load', init, false);
|
||||
else if ( w && w.attachEvent )
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* global _wpUtilSettings */
|
||||
window.wp = window.wp || {};
|
||||
|
||||
(function ($) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user