mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Refactoring jQuery isolation in shape tracing
--HG-- branch : 1.x extra : transplant_source : %80U3%A6%05%FC%AB%27%DE%B0%1AJzJ%11%60%0F%C7%AC_
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
jQuery(document).ready(function ($) {
|
||||
$(function () {
|
||||
(function ($) {
|
||||
$(document).ready(function () {
|
||||
// default shape window height when first opened
|
||||
var defaultHeight = 200;
|
||||
|
||||
@@ -461,4 +461,4 @@
|
||||
return node;
|
||||
}
|
||||
|
||||
});
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user