增加已经写好的 admin 的模板
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
define(["jquery", "avalon", "editor", "uploader", "datetime_picker",
|
||||
"validation", "dropdown"
|
||||
require(["jquery", "avalon", "editor", "uploader", "datetimepicker",
|
||||
"validation"
|
||||
],
|
||||
function ($, avalon, editor, uploader) {
|
||||
$("#add-contest-form")
|
||||
@@ -102,7 +102,6 @@ define(["jquery", "avalon", "editor", "uploader", "datetime_picker",
|
||||
text += possible.charAt(Math.floor(Math.random() * possible.length));
|
||||
return text;
|
||||
}
|
||||
|
||||
var editor1 = editor("#editor");
|
||||
|
||||
var vm = avalon.define({
|
||||
|
||||
Reference in New Issue
Block a user