Skip to content
Snippets Groups Projects
Commit a3a7ab47 authored by Marco De Donno's avatar Marco De Donno
Browse files

Patch the unknown button in the segment page

parent a3744bae
No related branches found
No related tags found
No related merge requests found
......@@ -115,9 +115,9 @@
{
update_general_pattern_db( 'arch' );
} );
$( '#general_pattern_unknown' ).on( 'click', function()
$( '#general_pattern_arch' ).on( 'click', function()
{
update_general_pattern_db( 'unknown' );
update_general_pattern_db( 'arch' );
} );
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment