Skip to content

Commit

Permalink
changed ROOT to github root for data rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kwheelan authored Jul 8, 2024
1 parent 97981c5 commit c96016e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { loadPageState } from './utils/data_utils/local_storage_handlers.js'
import { visitPage } from './views/view_logic.js'

// path for my laptop
export let DATA_ROOT = '../../../data/law_dept_sample/'
// export let DATA_ROOT = '../../../data/law_dept_sample/'
// github path
// export let DATA_ROOT = '../../budget-request-demo/data/law_dept_sample/'
export let DATA_ROOT = '../../budget-request-demo/data/law_dept_sample/'

export let REVENUE = 0;
export let TARGET = 2000000;
Expand Down

0 comments on commit c96016e

Please sign in to comment.