mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Some fixes for code climate.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// Return a helper with preserved width of cells
|
||||
var fixHelper = function(e, tr)
|
||||
{
|
||||
"use strict";
|
||||
var $originals = tr.children();
|
||||
var $helper = tr.clone();
|
||||
$helper.children().each(function(index)
|
||||
@@ -84,4 +85,4 @@ function sortStop(event, ui) {
|
||||
//check if the item above OR under this one have the same date
|
||||
//if not. return false
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user