File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3887,7 +3887,7 @@ function Events04() { // app_builder.catalogs.sys_code_editor
38873887 }
38883888
38893889 function close_query ( task , tag , callback ) {
3890- if ( ! get_modified ( task ) ) {
3890+ if ( get_modified ( task ) ) {
38913891 task . yes_no_cancel ( task . language . save_changes ,
38923892 function ( ) {
38933893 save_edit ( task , tag ) ;
Original file line number Diff line number Diff line change @@ -3887,7 +3887,7 @@ function Events14() { // app_builder.catalogs.sys_code_editor
38873887 }
38883888
38893889 function close_query ( task , tag , callback ) {
3890- if ( ! get_modified ( task ) ) {
3890+ if ( get_modified ( task ) ) {
38913891 task . yes_no_cancel ( task . language . save_changes ,
38923892 function ( ) {
38933893 save_edit ( task , tag ) ;
Original file line number Diff line number Diff line change 66 < title > Jam.py demo</ title >
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
88 < link rel ="icon " href ="static/img/j.png " type ="image/png ">
9- < link href ="jam/css/bs5/bootstrap-darkly .css " rel ="stylesheet ">
9+ < link href ="jam/css/bs5/bootstrap.css " rel ="stylesheet ">
1010 < link href ="jam/css/bs5/bootstrap-icons.css " rel ="stylesheet ">
1111 <!--<link href="jam/css/datepicker.css" rel="stylesheet">-->
1212 < link href ="jam/css/zebra_datepicker/bootstrap/zebra_datepicker.min.css " rel ="stylesheet ">
Original file line number Diff line number Diff line change @@ -3887,7 +3887,7 @@ function Events04() { // app_builder.catalogs.sys_code_editor
38873887 }
38883888
38893889 function close_query ( task , tag , callback ) {
3890- if ( ! get_modified ( task ) ) {
3890+ if ( get_modified ( task ) ) {
38913891 task . yes_no_cancel ( task . language . save_changes ,
38923892 function ( ) {
38933893 save_edit ( task , tag ) ;
You can’t perform that action at this time.
0 commit comments