File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
source/src/main/webapp/js/transversalobject Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -981,7 +981,7 @@ function refreshDisplayOnTypeChange() {
981981 $ ( '#editSoapLibraryModal #method option[value="SEARCH"]' ) . css ( "display" , "none" ) ;
982982 $ ( '#editSoapLibraryModal #method option[value="PRODUCE"]' ) . css ( "display" , "none" ) ;
983983 $ ( '#editSoapLibraryModal #method option[value="FIND"]' ) . css ( "display" , "block" ) ;
984- $ ( '#editSoapLibraryModal #method option[value="UPDATEONE"]' ) . css ( "display" , "black " ) ;
984+ $ ( '#editSoapLibraryModal #method option[value="UPDATEONE"]' ) . css ( "display" , "block " ) ;
985985 $ ( '#editSoapLibraryModal #bodyType' ) . parent ( ) . hide ( ) ;
986986 $ ( '#editSoapLibraryModal #addContent' ) . prop ( "disabled" , true ) ;
987987 $ ( '#editSoapLibraryModal #addHeader' ) . prop ( "disabled" , true ) ;
You can’t perform that action at this time.
0 commit comments