mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix missing function getEditorSkinColorList()
This commit is contained in:
parent
b5e9cd9343
commit
82fa67be5b
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
function getEditorSkinColorList() { }
|
||||
|
||||
(function($) {
|
||||
$(function() {
|
||||
$('.editor_skin_selector').on('change', function() {
|
||||
|
|
@ -18,4 +20,4 @@
|
|||
}
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue