summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 826ed2891..ea1974247 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -342,19 +342,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
return _this._$scope.addNewFolder = true;
}
};
- this._$scope.getOpacity = function(number) {
- var opacity;
-
- number = parseInt(number, 10);
- opacity = number / 180;
- if (opacity < 0.3) {
- opacity = 0.3;
- }
- if (opacity > 1) {
- opacity = 1;
- }
- return opacity;
- };
this._$scope.$on('moveFeedToFolder', function(scope, data) {
return _this._feedBl.move(data.feedId, data.folderId);
});