mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
init project
This commit is contained in:
6
app/assets/javascripts/admins/auth_schools/index.js
Normal file
6
app/assets/javascripts/admins/auth_schools/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
function show_add_manager(id) {
|
||||
$(".auth-schools-user-add").modal("show");
|
||||
|
||||
$(".auth-schools-user-add").find("#school_id_input").val(id)
|
||||
}
|
||||
Reference in New Issue
Block a user