mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Small JS fixes [skip ci]
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* edit.js
|
* create-edit.js
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* 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.
|
||||||
* 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.
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
/** global: zoomLevel, latitude, longitude, google, apiKey */
|
/** global: zoomLevel, latitude, longitude, google, apiKey, doPlaceMarker */
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@@ -79,7 +79,6 @@ function updateForm() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
case 'transfer':
|
case 'transfer':
|
||||||
// show source_id and dest_id:
|
// show source_id and dest_id:
|
||||||
$('#source_account_id_holder').show();
|
$('#source_account_id_holder').show();
|
||||||
@@ -98,6 +97,9 @@ function updateForm() {
|
|||||||
$('#piggy_bank_id_holder').show();
|
$('#piggy_bank_id_holder').show();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
// no action.
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user