File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
sde_indexing_helper/static/js Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2199,7 +2199,6 @@ function handleWorkflowStatusSelect() {
2199
2199
2200
2200
function handleReindexingStatusSelect ( ) {
2201
2201
$ ( "body" ) . on ( "click" , ".reindexing_status_select" , function ( ) {
2202
- console . log ( "Reindexing status select clicked" ) ;
2203
2202
$ ( "#reindexingStatusChangeModal" ) . modal ( ) ;
2204
2203
var collectionName = $ ( ".urlStyle" ) . text ( ) ;
2205
2204
var collection_id = $ ( this ) . data ( "collection-id" ) ;
@@ -2234,9 +2233,7 @@ function handleReindexingStatusSelect() {
2234
2233
$button . removeClass (
2235
2234
"btn-light btn-danger btn-warning btn-info btn-success btn-primary btn-secondary"
2236
2235
) ;
2237
- console . log ( "After remove class:" , $button . attr ( 'class' ) ) ;
2238
2236
$button . addClass ( color_choices [ parseInt ( reindexing_status ) ] ) ;
2239
- console . log ( "After add class:" , $button . attr ( 'class' ) ) ;
2240
2237
postReindexingStatus ( collection_id , reindexing_status ) ;
2241
2238
$ ( "#reindexingStatusChangeModal" ) . modal ( "hide" ) ;
2242
2239
break ;
You can’t perform that action at this time.
0 commit comments