File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
openwisp_controller/config/static/config Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11# deactivating-warning .warning p {
2- margin-top : 0px ;
2+ margin-top : 0px ;
33}
44# main ul .messagelist li .warning ul li {
5- display : list-item;
6- padding : 0px ;
7- background : inherit;
5+ display : list-item;
6+ padding : 0px ;
7+ background : inherit;
88}
Original file line number Diff line number Diff line change 1- ' use strict' ;
1+ " use strict" ;
22
33( function ( $ ) {
4- $ ( document ) . ready ( function ( ) {
5- $ ( '#warning-ack' ) . click ( function ( event ) {
6- event . preventDefault ( ) ;
7- $ ( '#deactivating-warning' ) . slideUp ( 'fast' ) ;
8- $ ( '#delete-confirm-container' ) . slideDown ( 'fast' ) ;
9- $ ( 'input[name="force_delete"]' ) . val ( 'true' ) ;
10- } ) ;
4+ $ ( document ) . ready ( function ( ) {
5+ $ ( "#warning-ack" ) . click ( function ( event ) {
6+ event . preventDefault ( ) ;
7+ $ ( "#deactivating-warning" ) . slideUp ( "fast" ) ;
8+ $ ( "#delete-confirm-container" ) . slideDown ( "fast" ) ;
9+ $ ( 'input[name="force_delete"]' ) . val ( "true" ) ;
1110 } ) ;
11+ } ) ;
1212} ) ( django . jQuery ) ;
You can’t perform that action at this time.
0 commit comments