summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-06-16 08:28:43 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-06-23 12:34:53 +0200
commite5d872685930e4eecef037468ee14b1132487ca5 (patch)
tree3def7c33da43bebc6e590c53cee83486cc4be14b /core/js
parent1e1903e4feffb98bde50cf41618d6bb3ef11c88a (diff)
downloadnextcloud-server-e5d872685930e4eecef037468ee14b1132487ca5.tar.gz
nextcloud-server-e5d872685930e4eecef037468ee14b1132487ca5.zip
remove ie8+9 support
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js30
1 files changed, 5 insertions, 25 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 1c49d38f950..7f98668dcb2 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -788,7 +788,6 @@ var OC={
$(document).trigger(new $.Event('ajaxError'), xhr);
};
- // FIXME: also needs an IE8 way
if (xhr.addEventListener) {
xhr.addEventListener('load', loadCallback);
xhr.addEventListener('error', errorCallback);
@@ -1857,30 +1856,10 @@ OC.Util = {
* 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) {
- if (!this.isIE8()) {
- return;
- }
- var self = this;
- $($el).each(function() {
- var url = $(this).css('background-image');
- var r = url.match(/url\(['"]?([^'")]*)['"]?\)/);
- if (!r) {
- return;
- }
- url = r[1];
- url = self.replaceSVGIcon(url);
- // TODO: escape
- url = url.replace(/'/g, '%27');
- $(this).css({
- 'filter': 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' + url + '\', sizingMethod=\'scale\')',
- 'background-image': ''
- });
- });
- return $el;
- },
+ scaleFixForIE8: function($el) {},
/**
* Returns whether this is IE
@@ -1894,10 +1873,11 @@ OC.Util = {
/**
* Returns whether this is IE8
*
- * @return {bool} true if this is IE8, false otherwise
+ * @deprecated IE8 isn't supported since 9.0
+ * @return {bool} false (IE8 isn't supported anymore)
*/
isIE8: function() {
- return $('html').hasClass('ie8');
+ return false;
},
/**
Saved" : "E ruajtur", "Admin" : "Admin", "a safe home for all your data" : "një vënd i sigurtë për të dhënat e tua ", "The given name is too long" : "Emri i dhënë është tepër i gjatë ", "The given web address is too long" : "Adresa e dhënë e ueb-it është tepër e gjate ", "The given slogan is too long" : "Slogani i dhënë është shumë i gjatë ", "The given color is invalid" : "Ngjyra e dhënë është invalide ", "No file uploaded" : "Asnjë skedar i ngarkuar", "Unsupported image type" : "Lloj imazhi i pa suportuar", "You are already using a custom theme" : "Ju jeni duke përdorur një temë të zakonshme tashmë", "Theming" : "Duke vendosur theme-n", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming bën të mundur për të përshtatur lehtësisht pamjen dhe ndjenjën e instancës suaj dhe klientëve të mbështetur. Kjo do të jetë e dukshme për të gjithë përdoruesit.", "Name" : "Emri", "Reset to default" : "Rivendos tek të paracaktuarat", "Web address" : "Adresa e Web", "Web address https://…" : "Adresë uebi https://...", "Slogan" : "Sllogan", "Color" : "Ngjyrë ", "Logo" : "Logo", "Upload new logo" : "Ngarko logo të re ", "Login image" : "Imazhi i hyrjes", "Upload new login background" : "Ngarko background të ri hyrjeje", "Remove background image" : "Hiqni imazhin në sfond", "reset to default" : "rivendos tek të paracaktuarat" },"pluralForm" :"nplurals=2; plural=(n != 1);" }