Files
firefly-iii/public/js/ff/transactions/edit.js

15 lines
351 B
JavaScript
Raw Normal View History

2016-01-29 18:39:50 +01:00
/*
* edit.js
2016-04-01 16:46:11 +02:00
* Copyright (C) 2016 thegrumpydictator@gmail.com
2016-01-29 18:39:50 +01:00
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
2016-01-29 18:39:50 +01:00
*/
$(document).ready(function () {
"use strict";
// no special JS for edit transaction.
});