mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Remove unused file
This commit is contained in:
parent
fd3302f42d
commit
dd6a80988c
@ -1,15 +0,0 @@
|
||||
(function(){
|
||||
"use strict";
|
||||
|
||||
$(function(){
|
||||
var $select = $('#setting-format select');
|
||||
if($select.length === 0) return;
|
||||
|
||||
var $options = $('#setting-format-options');
|
||||
console.log($options);
|
||||
debugger;
|
||||
$select.on("change", function(ev){
|
||||
});
|
||||
});
|
||||
})();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user