mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-01 18:10:06 +00:00
Various code cleanup.
This commit is contained in:
@@ -13,7 +13,6 @@ $(document).ready(function () {
|
||||
|
||||
// destination account names:
|
||||
if ($('input[name^="destination_account_name["]').length > 0) {
|
||||
console.log('multi dest account');
|
||||
$.getJSON('json/expense-accounts').done(function (data) {
|
||||
$('input[name^="destination_account_name["]').typeahead({source: data});
|
||||
});
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
/** global: what, title, breadcrumbs, middleCrumbName, button, piggiesLength, txt, doSwitch, middleCrumbUrl */
|
||||
/** global: what,Modernizr, title, breadcrumbs, middleCrumbName, button, piggiesLength, txt, doSwitch, middleCrumbUrl */
|
||||
|
||||
$(document).ready(function () {
|
||||
"use strict";
|
||||
|
@@ -8,7 +8,7 @@
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
/** global: what */
|
||||
/** global: what, Modernizr */
|
||||
|
||||
$(document).ready(function () {
|
||||
"use strict";
|
||||
|
Reference in New Issue
Block a user