Replaces yepnope.js with lazyload.js
Solves the caching and multi-load of the same file problems - adds a bit of promise-based loading logic ontop of ll.js to ensure order and count
This commit is contained in:
@@ -61,7 +61,6 @@ namespace Umbraco.Web.UI.JavaScript
|
||||
}
|
||||
|
||||
return ParseMain(
|
||||
noCache,
|
||||
result.ToString(),
|
||||
IOHelper.ResolveUrl(SystemDirectories.Umbraco));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user