]> git.openstreetmap.org Git - rails.git/commitdiff
Remove .richtext_content css class
authorAnton Khorev <tony29@yandex.ru>
Thu, 8 Aug 2024 00:20:57 +0000 (03:20 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 8 Aug 2024 00:20:57 +0000 (03:20 +0300)
app/assets/javascripts/richtext.js
app/views/shared/_richtext_field.html.erb

index 7da465d29f9b78fbb60a6ad9d6c6418cd98b61bd..5d0f956b3498740dd489aec7f6024c4be903f6bc 100644 (file)
@@ -4,7 +4,7 @@ $(document).ready(function () {
    * the associated preview pne so that it will be regenerated when
    * the user next switches to it.
    */
-  $(".richtext_content textarea").change(function () {
+  $(".richtext_container textarea").change(function () {
     $(this).parents(".richtext_container").find(".richtext_preview").empty();
   });
 
index 9934ef63bb4f37b86fb2d6ada467b4e5b7bcdeac..b8b48f6c744bdfa7e493cb2c5e35ba526e894c2b 100644 (file)
@@ -1,5 +1,5 @@
 <div id="<%= id %>_container" class="row richtext_container">
-  <div id="<%= id %>_content" class="col-sm-8 mb-3 mb-sm-0 richtext_content">
+  <div id="<%= id %>_content" class="col-sm-8 mb-3 mb-sm-0">
     <ul class="nav nav-tabs mb-3" role="tablist">
       <li class="nav-item">
         <button type="button" class="nav-link active" data-bs-toggle="tab" data-bs-target="#<%= id %>_edit"><%= t(".edit") %></button>