Merge pull request #8190 from aignatov-bio/ai-sci-11393-fix-js-in-shared-task

Fix JS in shared tasks [SCI-11393]
This commit is contained in:
aignatov-bio 2025-01-28 13:35:13 +01:00 committed by GitHub
commit b129abe872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
/* global tableColRowName notTurbolinksPreview */
//= require ../sitewide/comments_sidebar
(function() {
'use strict';

View file

@ -1,5 +1,8 @@
/* eslint-disable no-param-reassign, no-use-before-define */
/* global initReminderDropdown */
//= require i18n.js
//= require i18n/translations
//= require ../repositories/renderers/view_renderers
(function() {
var SIMPLE_TABLE;