Removes remaining yepnop dependencies
This commit is contained in:
59
src/Umbraco.Web/UI/JavaScript/Resources.Designer.cs
generated
59
src/Umbraco.Web/UI/JavaScript/Resources.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34011
|
||||
// Runtime Version:4.0.30319.18444
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -62,15 +62,11 @@ namespace Umbraco.Web.UI.JavaScript {
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [
|
||||
/// 'lib/jquery/jquery-ui-1.10.3.custom.min.js',
|
||||
/// 'lib/jquery/jquery-2.0.3.min.js',
|
||||
/// 'lib/angular/1.1.5/angular.min.js',
|
||||
/// 'lib/underscore/underscore.js',
|
||||
///
|
||||
/// /*
|
||||
/// 'lib/jquery/jquery-ui-1.10.3.custom.min.js',
|
||||
/// 'lib/jquery/jquery.ui.core.min.js',
|
||||
/// 'lib/jquery/jquery.ui.widget.min.js',
|
||||
/// 'lib/jquery/jquery.ui.mouse.min.js',
|
||||
/// 'lib/jquery/jquery.ui.sortable.min.js',
|
||||
/// */
|
||||
///
|
||||
/// 'lib/angular/1.1.5/angular-cookies.min.js',
|
||||
/// 'lib/angular/1.1.5/angular-mobile.js',
|
||||
@@ -78,7 +74,9 @@ namespace Umbraco.Web.UI.JavaScript {
|
||||
///
|
||||
/// 'lib/angular/angular-ui-sortable.js',
|
||||
///
|
||||
/// 'lib/jquery/jquery.u [rest of string was truncated]";.
|
||||
/// 'lib/jquery/jquery.upload/js/jquery.fileupload.js',
|
||||
/// 'lib/jquery/jquery.upload/js/load-image.min.js',
|
||||
/// 'lib/jquery/jquery.upload/js/ [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string JsInitialize {
|
||||
get {
|
||||
@@ -87,46 +85,15 @@ namespace Umbraco.Web.UI.JavaScript {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to yepnope.addFilter(function (resourceObj) {
|
||||
/// var url = resourceObj.url;
|
||||
/// var rnd = ##rnd##;
|
||||
/// var _op = "?";
|
||||
/// if(url.indexOf("lib/") === 0 || url.indexOf("js/umbraco.") === 0){
|
||||
/// return resourceObj;
|
||||
/// }
|
||||
/// if(url.indexOf("?") > 0){
|
||||
/// _op = "&";
|
||||
/// }
|
||||
/// Looks up a localized string similar to LazyLoad.js("##JsInitialize##", function () {
|
||||
/// //we need to set the legacy UmbClientMgr path
|
||||
/// UmbClientMgr.setUmbracoPath('"##UmbracoPath##"');
|
||||
///
|
||||
/// resourceObj.url = resourceObj.url + _op + "umb__rnd=" + rnd;
|
||||
/// return resourceObj;
|
||||
/// jQuery(document).ready(function () {
|
||||
/// angular.bootstrap(document, ['umbraco']);
|
||||
/// });
|
||||
///});.
|
||||
/// </summary>
|
||||
internal static string JsNoCache {
|
||||
get {
|
||||
return ResourceManager.GetString("JsNoCache", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to "##JsNoCache##"
|
||||
///yepnope({
|
||||
/// load: [
|
||||
/// 'lib/jquery/jquery-2.0.3.min.js',
|
||||
/// 'lib/angular/1.1.5/angular.min.js',
|
||||
/// 'lib/underscore/underscore.js',
|
||||
/// ],
|
||||
/// complete: function () {
|
||||
/// yepnope({
|
||||
/// load: "##JsInitialize##",
|
||||
/// complete: function () {
|
||||
///
|
||||
/// //we need to set the legacy UmbClientMgr path
|
||||
/// UmbClientMgr.setUmbracoPath('"##UmbracoPath##"');
|
||||
///
|
||||
/// jQuery(document).ready(function () {
|
||||
/// [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string Main {
|
||||
get {
|
||||
return ResourceManager.GetString("Main", resourceCulture);
|
||||
|
||||
Reference in New Issue
Block a user