Преглед на файлове

Merge pull request #11679 from nextcloud/refactor/remove-ie8-apis

Remove IE8 APIs
tags/v15.0.0beta1
Morris Jobke преди 5 години
родител
ревизия
6994a2a87d
No account linked to committer's email address
променени са 3 файла, в които са добавени 0 реда и са изтрити 31 реда
  1. 0
    1
      apps/files/js/mainfileinfodetailview.js
  2. 0
    1
      apps/files/js/newfilemenu.js
  3. 0
    29
      core/js/js.js

+ 0
- 1
apps/files/js/mainfileinfodetailview.js Целия файл

@@ -187,7 +187,6 @@
} else {
var iconUrl = this.model.get('icon') || OC.MimeType.getIconUrl('dir');
$iconDiv.css('background-image', 'url("' + iconUrl + '")');
OC.Util.scaleFixForIE8($iconDiv);
}
this.$el.find('[title]').tooltip({placement: 'bottom'});
} else {

+ 0
- 1
apps/files/js/newfilemenu.js Целия файл

@@ -210,7 +210,6 @@
uploadLabel: t('files', 'Upload file'),
items: this._menuItems
}));
OC.Util.scaleFixForIE8(this.$('.svg'));

// Trigger upload action also with keyboard navigation on enter
this.$el.find('[for="file_upload_start"]').on('keyup', function(event) {

+ 0
- 29
core/js/js.js Целия файл

@@ -1,11 +1,3 @@
/**
* Disable console output unless DEBUG mode is enabled.
* Add
* 'debug' => true,
* To the definition of $CONFIG in config/config.php to enable debug mode.
* The undefined checks fix the broken ie8 console
*/

/* global oc_isadmin */

var oc_debug;
@@ -1971,17 +1963,6 @@ OC.Util = {
return moment(timestamp).fromNow();
},

/**
* Fix image scaling for IE8, since background-size is not supported.
*
* This scales the image to the element's actual size, the URL is
* taken from the "background-image" CSS attribute.
*
* @deprecated IE8 isn't supported since 9.0
* @param {Object} $el image element
*/
scaleFixForIE8: function($el) {},

/**
* Returns whether this is IE
*
@@ -1991,16 +1972,6 @@ OC.Util = {
return $('html').hasClass('ie');
},

/**
* Returns whether this is IE8
*
* @deprecated IE8 isn't supported since 9.0
* @return {bool} false (IE8 isn't supported anymore)
*/
isIE8: function() {
return false;
},

/**
* Returns the width of a generic browser scrollbar
*

Loading…
Отказ
Запис