Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//= require jquery.min.js
//= require bootstrap.min.js
//= require bootstrap.file-input.js
//= require mousetrap.js
//= require jquery.visible.min.js
//= require underscore.js
Expand Down
2 changes: 1 addition & 1 deletion app/views/imports/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<script type="text/javascript">
$(document).ready(function() {
$('#opml_file').on("filePicked", function(e) {
$('#opml_file').on("change", function(e) {
$('form#import').submit();
});
});
Expand Down
Binary file removed public/img/glyphicons-halflings-white.png
Binary file not shown.
107 changes: 0 additions & 107 deletions vendor/assets/javascripts/bootstrap.file-input.js

This file was deleted.