Change code for help videos

Change code for in help.controller.js as it was.
This commit is contained in:
bjarnef
2015-02-05 10:52:55 +01:00
parent a721f6836f
commit 7091cb6012

View File

@@ -36,10 +36,6 @@ angular.module("umbraco")
helpService.findVideos(rq).then(function(videos){
$scope.videos = videos;
angular.forEach($scope.videos, function (obj) {
obj.thumbnail = obj.thumbnail.replace(/(\.[\w\d_-]+)$/i, '_thumb$1');
});
});
});