Skip to content

Commit 486ac97

Browse files
committed
changed filename
1 parent eadf4c4 commit 486ac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sauce/home.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async fn download_xs_cache(selected_indexes: HashSet<usize>) {
224224
let document = web_sys::window().unwrap().document().unwrap();
225225
let a = document.create_element("a").unwrap();
226226
a.set_attribute("href", &url).unwrap();
227-
a.set_attribute("download", "xs_cache.json").unwrap();
227+
a.set_attribute("download", "cross_sections_from_xsplot.json").unwrap();
228228
a.set_attribute("style", "display: none;").unwrap();
229229
document.body().unwrap().append_child(&a).unwrap();
230230

0 commit comments

Comments
 (0)