mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-07 21:30:48 +00:00
14 lines
294 B
JavaScript
14 lines
294 B
JavaScript
/*
|
|
* edit.js
|
|
* Copyright (C) 2016 Sander Dorigo
|
|
*
|
|
* This software may be modified and distributed under the terms
|
|
* of the MIT license. See the LICENSE file for details.
|
|
*/
|
|
|
|
/* globals $ */
|
|
$(document).ready(function () {
|
|
"use strict";
|
|
// no special JS for edit transaction.
|
|
});
|