Skip to content

Commit

Permalink
remove alert dismiss because it's already build-in
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 24, 2012
1 parent 8ca5b50 commit 64b2881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions ckan/public/base/javascript/modules/dismiss-alert.js

This file was deleted.

2 changes: 1 addition & 1 deletion ckan/templates/dataviewer/snippets/no_preview.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="module-content">
<div class="alert alert-block" data-module="dismiss-alert">
<div class="alert alert-block fade in">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>{{ _('This resource cannot be previewed.') }}</h4>
{% set t = '<code>'|safe + resource_type + '</code>'|safe %}
Expand Down

0 comments on commit 64b2881

Please sign in to comment.