map
This commit is contained in:
parent
39fb05694b
commit
ded894e7be
@ -839,9 +839,9 @@
|
|||||||
$( '.select2' ).select2( {
|
$( '.select2' ).select2( {
|
||||||
theme: 'bootstrap-4'
|
theme: 'bootstrap-4'
|
||||||
} );
|
} );
|
||||||
let total_dd_container = document.getElementById('tot_dd')
|
//let total_dd_container = document.getElementById('tot_dd')
|
||||||
fetchTotDana(`${baseUrl}/desa/total-dana-desa`)
|
fetchTotDana(`${baseUrl}/api/desa/total-dana-desa`)
|
||||||
fethTotSerapan(`${baseUrl}/desa/total-serapan-dana`)
|
fethTotSerapan(`${baseUrl}/api/desa/total-serapan-dana`)
|
||||||
function fetchTotDana(url){
|
function fetchTotDana(url){
|
||||||
fetch(url)
|
fetch(url)
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user