Skip to content

Commit

Permalink
disable modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeatgu committed Jan 14, 2025
1 parent 8326608 commit 27a10bb
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/javascript/main.js
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ import {
remove_tables,
remove_tables_tomorrow
} from './table.js';
import { show_modal } from './modal.js';
/*import { show_modal } from './modal.js';*/

const options = {
weekday: 'long',
2 changes: 1 addition & 1 deletion source/javascript/tomorrow.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import data_tomorrow_omie from '/public/data/omie_data.json';
import data_gas_omie from '/public/data/omie_compensacion_data.json';
import { table_price_tomorrow, remove_tables_tomorrow } from './table.js';
import { is_week_end } from './utils.js';
import { show_modal } from './modal.js';
/*import { show_modal } from './modal.js';*/

/*
Prices are published at 20:15,

0 comments on commit 27a10bb

Please sign in to comment.