mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-29 03:01:58 +08:00
Fix formatting according to Houndbot
This commit is contained in:
parent
2558b7a313
commit
6b47165ac1
2 changed files with 2 additions and 3 deletions
|
@ -218,9 +218,8 @@
|
|||
* Initialize the JS for export projects modal to work.
|
||||
*/
|
||||
function initExportProjectsModal() {
|
||||
$exportProjectsBtn = $('#export-projects-button')
|
||||
var $exportProjectsBtn = $('#export-projects-button');
|
||||
$exportProjectsBtn.click(function() {
|
||||
|
||||
// Load HTML to refresh users list
|
||||
$.ajax({
|
||||
url: $exportProjectsBtn.data('export-projects-url'),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module VariablesModel
|
||||
extend ActiveSupport::Concern
|
||||
|
|
Loading…
Reference in a new issue