mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Small JS fixes [skip ci]
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
/*
|
||||
* edit.js
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
* create-edit.js
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
* 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.
|
||||
*/
|
||||
/** global: zoomLevel, latitude, longitude, google, apiKey */
|
||||
/** global: zoomLevel, latitude, longitude, google, apiKey, doPlaceMarker */
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
|
@@ -79,7 +79,6 @@ function updateForm() {
|
||||
}
|
||||
|
||||
break;
|
||||
default:
|
||||
case 'transfer':
|
||||
// show source_id and dest_id:
|
||||
$('#source_account_id_holder').show();
|
||||
@@ -98,6 +97,9 @@ function updateForm() {
|
||||
$('#piggy_bank_id_holder').show();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
// no action.
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user