Migrate assets to use Webpacker
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<% content_for(:html_header) do %>
|
||||
<script>
|
||||
$(function() {
|
||||
/*$(function() {
|
||||
$("#tags").on("keypress autocompleteclose", function(e) {
|
||||
if (!$(this).data("fakeWidth")) {
|
||||
$(this).data("fakeWidth", $('<span>').hide().appendTo(document.body));
|
||||
@@ -29,6 +29,6 @@
|
||||
$(this).width(width);
|
||||
}
|
||||
});
|
||||
});
|
||||
});*/
|
||||
</script>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user