Skip to content

Commit

Permalink
Remove calls to Backbone history
Browse files Browse the repository at this point in the history
They were causing exceptions and don't seem to be longer in use
  • Loading branch information
amercader committed Jul 10, 2012
1 parent 3b0089a commit 041d91b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckan/public/scripts/application.js
Expand Up @@ -1535,7 +1535,6 @@ CKAN.DataPreview = function ($, my) {
views: views
});

Backbone.history.start();
};

// **Public: Creates a link to the embeddable page.
Expand Down Expand Up @@ -1667,8 +1666,6 @@ CKAN.DataPreview = function ($, my) {
// Finally, since we have a DataExplorer, we can show the embed button.
$('.preview-header .btn').show();

// will have to refactor if this can get called multiple times
Backbone.history.start();
}

// 4 situations
Expand Down

1 comment on commit 041d91b

@amercader
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rgrp @icmurray perhaps you can confirm this is no longer necessary

Please sign in to comment.