We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd03354 commit e7a75b6Copy full SHA for e7a75b6
static/lib/acp.js
@@ -4,7 +4,6 @@
4
const hooks = await app.require('hooks');
5
6
hooks.on('filter:script.load', ({ tpl_url, scripts }) => {
7
- console.log('am here', tpl_url);
8
if (tpl_url === 'admin/plugins/sso-oauth2-multiple-v2') {
9
scripts.splice(scripts.indexOf('forum/admin/plugins/sso-oauth2-multiple-v2'), 1, 'admin/plugins/sso-oauth2-multiple');
10
}
0 commit comments