Revert "lint"

This reverts commit 36887abf88.
This commit is contained in:
Johannes Zellner
2024-06-20 15:47:49 +02:00
parent 324ee4641f
commit 6ba1953acb
2 changed files with 30 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
/* global angular */
/* global Clipboard */
/* global window */
/* global $, TASK_TYPES */
angular.module('Application').controller('UserSettingsController', ['$scope', '$location', '$translate', '$timeout', 'Client', function ($scope, $location, $translate, $timeout, Client) {