Browse Source

Removed redundant comparation

master
Birger Jarl 8 years ago
parent
commit
70b85b9dd4
  1. 3
      app/js/services.js

3
app/js/services.js

@ -1640,7 +1640,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -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';
@ -4447,4 +4446,4 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -4447,4 +4446,4 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
start: start,
shareUrl: shareUrl
};
})
})

Loading…
Cancel
Save