forked from jasder/forgeplus
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', {});
|
||
|
}
|
||
|
})
|