Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Fix n-ui local es5 inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Mar 15, 2017
1 parent 005930b commit ff799f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/n-ui-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const generateUrlRoot = (directory, hasher) => {
// Attempt to get information about which version of n-ui is installed
try {
if (localAppShell) {
nUiUrlRoot = hasher.get('n-ui/');
nUiUrlRoot = hasher('n-ui/');
} else {
nUiUrlRoot = `//www.ft.com/__assets/n-ui/cached/${getReleaseName(directory)}/`;
}
Expand Down

0 comments on commit ff799f0

Please sign in to comment.