mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 03:46:39 +08:00
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:
commit
b129abe872
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* global tableColRowName notTurbolinksPreview */
|
||||
//= require ../sitewide/comments_sidebar
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue