Fully replace gulp with vite

This commit is contained in:
Johannes Zellner
2024-10-04 17:43:45 +02:00
parent 1b00e0f254
commit 2300e1baee
84 changed files with 2182 additions and 22704 deletions

View File

@@ -1,9 +1,6 @@
'use strict';
/* global angular */
/* global $ */
/* global TASK_TYPES */
/* global Chart */
/* global angular, moment, $, Chart, TASK_TYPES */
angular.module('Application').controller('SystemController', ['$scope', '$location', '$timeout', 'Client', function ($scope, $location, $timeout, Client) {
Client.onReady(function () { if (!Client.getUserInfo().isAtLeastAdmin) $location.path('/'); });