Commit b2fce0f9 authored by tywldx's avatar tywldx

fix

parent dedf8000
......@@ -231,6 +231,7 @@ function UrlEditCtrl($scope, Project, Url, TemplateUrlRoute) {
resizeAce(item);
}
$(window).resize(resizeAce);
$(window).unbind("keydown");
$(window).bind("keydown", {
fun: function () {
//保存数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment