Cleanup: web, remove lang="js" from <script> tags

Everything is JavaScript.
This commit is contained in:
Sybren A. Stüvel 2022-08-02 09:32:31 +02:00
parent 98ae0b57d8
commit 38501bac7c
6 changed files with 6 additions and 6 deletions

@ -65,7 +65,7 @@
</div>
</template>
<script lang="js">
<script>
import * as datetime from "@/datetime";
import * as API from '@/manager-api';
import { apiClient } from '@/stores/api-query-count';

@ -15,7 +15,7 @@
</div>
</template>
<script lang="js">
<script>
import { TabulatorFull as Tabulator } from 'tabulator-tables';
import * as datetime from "@/datetime";
import * as API from '@/manager-api'

@ -69,7 +69,7 @@
</div>
</template>
<script lang="js">
<script>
import * as datetime from "@/datetime";
import { JobsApi } from '@/manager-api';
import { backendURL } from '@/urls';

@ -15,7 +15,7 @@
</div>
</template>
<script lang="js">
<script>
import { TabulatorFull as Tabulator } from 'tabulator-tables';
import * as datetime from "@/datetime";
import * as API from '@/manager-api'

@ -103,7 +103,7 @@
</div>
</template>
<script lang="js">
<script>
import { useNotifs } from '@/stores/notifications'
import * as datetime from "@/datetime";

@ -19,7 +19,7 @@
</div>
</template>
<script lang="js">
<script>
import { TabulatorFull as Tabulator } from 'tabulator-tables';
import { WorkerMgtApi } from '@/manager-api'
import { indicator, workerStatus } from '@/statusindicator';