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

14 lines
308 B
JavaScript
Raw Normal View History

2016-01-29 11:39:50 -06:00
/*
* edit.js
2016-04-01 09:46:11 -05:00
* Copyright (C) 2016 thegrumpydictator@gmail.com
2016-01-29 11:39:50 -06:00
*
* 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.
});