Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding help text loop to loading page #917

Merged
merged 6 commits into from
Aug 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removing logs auto-show on loading
  • Loading branch information
choldgraf authored Aug 10, 2019
commit 2fe4698e2b320dcfb9f4fe2d75e1f031f49142a1
4 changes: 0 additions & 4 deletions binderhub/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ function build(providerSpec, log, path, pathType) {
update_favicon(BASE_URL + "favicon_building.ico");
// split provider prefix off of providerSpec
var spec = providerSpec.slice(providerSpec.indexOf('/') + 1);
var usual_time = 20000;
// Update the text of the loading page if it exists
if ($('div#loader-text').length > 0) {
$('div#loader-text p.launching').text("Starting repository: " + spec)
Expand Down Expand Up @@ -345,9 +344,6 @@ function loadingMain(providerSpec) {
window.loadingMain = loadingMain;
window.indexMain = indexMain;

// Show the logs by default
log.show();

// Load the clipboard after the page loads so it can find the buttons it needs
window.onload = function() {
new Clipboard('.clipboard');
Expand Down