update components

This commit is contained in:
Luke Pulverenti 2016-09-12 23:35:57 -04:00
parent 2a7324e3d7
commit 62265de2e5
7 changed files with 20 additions and 16 deletions

View file

@ -108,7 +108,7 @@ define(['loading', 'dom', 'viewManager', 'skinManager', 'pluginManager', 'backdr
var url = route.contentPath || route.path;
if (url.toLowerCase().indexOf('http') != 0 && url.indexOf('file:') != 0) {
if (url.indexOf('://') == -1) {
// Put a slash at the beginning but make sure to avoid a double slash
if (url.indexOf('/') != 0) {