Merge pull request #1126 from codefuhrer/master

Removed redundant comparation
This commit is contained in:
Igor Zhukov 2016-06-13 00:33:35 +04:00 committed by GitHub
commit 2469907a44

View File

@ -1640,7 +1640,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
apiWebPage.type != 'video' &&
apiWebPage.type != 'gif' &&
apiWebPage.type != 'document' &&
apiWebPage.type != 'gif' &&
!apiWebPage.description &&
apiWebPage.photo) {
apiWebPage.type = 'photo';
@ -4450,4 +4449,4 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
start: start,
shareUrl: shareUrl
};
})
})