Fix formatting according to Houndbot

This commit is contained in:
Jure Grabnar 2018-10-12 00:56:48 +02:00
parent 2558b7a313
commit 6b47165ac1
2 changed files with 2 additions and 3 deletions

View file

@ -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'),

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true.
# frozen_string_literal: true
module VariablesModel
extend ActiveSupport::Concern