firefly-iii/public/js/ff/transactions/edit.js
2016-04-10 17:51:51 +02:00

14 lines
308 B
JavaScript

/*
* edit.js
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* 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.
});