mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
$(document).on('turbolinks:load', function() {
|
|
if ($('body.admins-schools-index-page').length > 0) {
|
|
}
|
|
}); |