update components
This commit is contained in:
parent
2a7324e3d7
commit
62265de2e5
7 changed files with 20 additions and 16 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue