Skip to content

Commit

Permalink
Clean js
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jan 27, 2018
1 parent ca7736f commit 21ba52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/feeds/imports/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<script type="text/javascript">
$(document).ready(function() {
$('#opml_file').on("filePicked", function(e) {
$('#opml_file').on("filePicked", function(event) {
$('form#import').submit();
});
});
Expand Down

0 comments on commit 21ba52a

Please sign in to comment.