提交 051f665f 编写于 作者: J Johan Preynat

Fix deprecated jQuery method in toolbar

上级 00dbcf2c
......@@ -13,7 +13,7 @@ function generateId() {
// Insert a jquery element at a specific position
function insertAt(parent, selector, index, element) {
var lastIndex = parent.children(selector).size();
var lastIndex = parent.children(selector).length;
if (index < 0) {
index = Math.max(0, lastIndex + 1 + index);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册