From 8929330c08d1fc867771620847ca870083a14647 Mon Sep 17 00:00:00 2001 From: Nate Wright Date: Mon, 14 Aug 2017 15:22:36 +0100 Subject: [PATCH] pkp/pkp-lib#2708 Create globally accessible constants object for JS handlers --- js/load.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/load.js b/js/load.js index 78d5ec2a055..ef390302fb7 100644 --- a/js/load.js +++ b/js/load.js @@ -19,6 +19,7 @@ window.pkp = { 'SubmissionsListPanel': SubmissionsListPanel, 'SelectSubmissionsListPanel': SelectSubmissionsListPanel, }, + const: {}, /** * Helper function to determine if the current user has a role *