diff --git a/templates/repo/grampus/notebook/npu/new.tmpl b/templates/repo/grampus/notebook/npu/new.tmpl index 1b531015c..f17815133 100644 --- a/templates/repo/grampus/notebook/npu/new.tmpl +++ b/templates/repo/grampus/notebook/npu/new.tmpl @@ -184,8 +184,6 @@ document.getElementById("mask").style.display = "none" } } - - $(document).ready(function(){ $('input[name="image"]').val($('.cloudbrain_image').dropdown('get text')) $('.cloudbrain_image.ui.search.dropdown') diff --git a/templates/repo/modelarts/notebook/new.tmpl b/templates/repo/modelarts/notebook/new.tmpl index 5a41659c3..aefcec609 100755 --- a/templates/repo/modelarts/notebook/new.tmpl +++ b/templates/repo/modelarts/notebook/new.tmpl @@ -1,10 +1,4 @@ {{template "base/head" .}} - - {{template "custom/global_mask" .}}