+
diff --git a/client/app/directives/audio/audio.player.less b/client/app/directives/audio/audio.player.less
index 1b6007e..0b10a67 100755
--- a/client/app/directives/audio/audio.player.less
+++ b/client/app/directives/audio/audio.player.less
@@ -43,3 +43,6 @@
font-size: medium;
//padding-bottom: 8px!important;
}
+.audio-actions-button-bar{
+ padding-right: 12px;
+}
\ No newline at end of file
diff --git a/client/app/views/error/errorCtrl.js b/client/app/views/error/errorCtrl.js
index ca1c89a..fc0b5e0 100755
--- a/client/app/views/error/errorCtrl.js
+++ b/client/app/views/error/errorCtrl.js
@@ -2,6 +2,5 @@
angular.module('dssWebApp')
.controller('ErrorCtrl', function ($scope, errorObj) {
- debugger;
$scope.error = errorObj;
});
\ No newline at end of file