static:app.load

This commit is contained in:
Julian Lam 2014-07-28 12:57:26 -04:00
parent 28a8874e01
commit b31d963570
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"url": "https://github.com/julianlam/nodebb-plugin-sso-oauth",
"library": "./library.js",
"hooks": [
{ "hook": "filter:app.load", "method": "init" },
{ "hook": "static:app.load", "method": "init" },
{ "hook": "filter:user.delete", "method": "deleteUserData" },
{ "hook": "filter:auth.init", "method": "getStrategy" },
{ "hook": "filter:admin.header.build", "method": "addMenuItem" }