mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
cleanup previous
This commit is contained in:
parent
27964002c5
commit
332cb8e89c
@ -64,7 +64,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
function updateRuleClassTypes() {
|
||||
ajaxGet("/api/ids/settings/listRuleMetadata", {}, function(data, status) {
|
||||
console.log(data);
|
||||
if (status == "success") {
|
||||
$('#ruleclass').html('<option value="">ALL</option>');
|
||||
$.each(data['classtype'], function(key, value) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user