mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
177a6c6b7d
42 changed files with 98 additions and 74 deletions
|
|
@ -340,7 +340,7 @@ jQuery(function($) {
|
|||
});
|
||||
|
||||
/* Editor preview replacement */
|
||||
$(".editable_preview").addClass("xe_content").attr("tabindex", 0);
|
||||
$(".editable_preview").addClass("rhymix_content xe_content").attr("tabindex", 0);
|
||||
$(".editable_preview").on("click", function() {
|
||||
var input = $(this).siblings(".editable_preview_content");
|
||||
if (input.size()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue