Skip to content

Commit

Permalink
[js][xs]: remove console.log that had crept in.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Feb 1, 2012
1 parent cd21b89 commit f51d0e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/public/scripts/application.js
Expand Up @@ -508,7 +508,6 @@ CKAN.View.DatasetEditForm = Backbone.View.extend({
var messageDiv = $('<div />').html(CKAN.Strings.youHaveUnsavedChanges).addClass('notice').hide();
parentDiv.append(messageDiv);
$('#unsaved-warning').append(parentDiv);
console.log($('#unsaved-warning'));
messageDiv.show(200);

boundToUnload = true;
Expand Down

0 comments on commit f51d0e9

Please sign in to comment.