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

Clean up notebook Javascript #2828

Merged
merged 6 commits into from Jan 23, 2013
Merged

Clean up notebook Javascript #2828

merged 6 commits into from Jan 23, 2013

Commits on Jan 22, 2013

  1. Copy the full SHA
    090d427 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7aec875 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e5ad923 View commit details
    Browse the repository at this point in the history
  4. Refactoring WebSocket connection failure logic.

    This completely decouples the connection failed event in kernel.js
    from its handling in notificationarea.js.
    ellisonbg committed Jan 22, 2013
    Copy the full SHA
    ab425e4 View commit details
    Browse the repository at this point in the history
  5. Removing call to $.browser which went away in jQuery 1.9.

    I have also cleaned up some calls to console.log.
    ellisonbg committed Jan 22, 2013
    Copy the full SHA
    2bdb4e2 View commit details
    Browse the repository at this point in the history
  6. Minor changes.

    * Removed Tooltip._cmfocus as it was doing nothing.
    * Removed debug console.log in notification area.
    ellisonbg committed Jan 22, 2013
    Copy the full SHA
    eff2ced View commit details
    Browse the repository at this point in the history