Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 97d1459

Browse files
add browser history
1 parent 04f1ea3 commit 97d1459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/app/App.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class App extends Component {
3030
},
3131
body: JSON.stringify(f)
3232
}).then((resp) => resp.json()).then(function(res){
33-
window.location.replace(res['jupyter_url']);
33+
var log_cluster = browser.history.addUrl({url: window.location, title: "ACM@UIUC - GPU Cluster"})
34+
log_cluster.then(window.location.replace(res['jupyter_url']));
3435
});
3536
console.log(f)
3637
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /