Completed
Push — master ( 646b8b...a5c38a )
by Angus
08:02
created
application/config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
 $route['ajax/hide_notice']['post']     = 'Ajax/TrackerInline/hide_notice';
97 97
 $route['ajax/set_mal_id']['post']      = 'Ajax/TrackerInline/set_mal_id';
98 98
 
99
-$route['export_list']                 = 'Ajax/TrackerInline/export';
99
+$route['export_list'] = 'Ajax/TrackerInline/export';
100 100
 //$route['import_list']['post']         = 'Ajax/TrackerInline/import';
101 101
 
102 102
 $route['import_amr'] = 'Import_AMR';
Please login to merge, or discard this patch.