mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
5 lines
191 B
JavaScript
5 lines
191 B
JavaScript
$(document).on('turbolinks:load', function() {
|
|
if ($('body.admins-agreements-edit-page, body.admins-agreements-update-page').length > 0) {
|
|
createMDEditor('agreement-editor', {});
|
|
}
|
|
}) |