Delete unneeded code from imgurDelete
This commit is contained in:
parent
3c1bb6896f
commit
820b9fd762
@ -140,11 +140,6 @@ weechat.factory('imgur', ['$rootScope', 'settings', function($rootScope, setting
|
|||||||
isClientID = false;
|
isClientID = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the image to the provided album if configured to do so
|
|
||||||
if (!isClientID && settings.iAlb.length >= 6) {
|
|
||||||
fd.append("album", settings.iAlb);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Create new XMLHttpRequest
|
// Create new XMLHttpRequest
|
||||||
var xhttp = new XMLHttpRequest();
|
var xhttp = new XMLHttpRequest();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user