File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/webapp/WEB-INF/views/series Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -792,7 +792,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
792
792
< script src ="../../../../../../target/classes/js/components/SeriesSaleImportForm.js " th:src ="${SALE_IMPORT_FORM_JS} "> </ script >
793
793
< script th:inline ="javascript ">
794
794
/*[+
795
- var props = {
795
+ var importFormProps = {
796
796
'url': [[ '__@{${IMPORT_SERIES_SALES}}__' ]],
797
797
'csrfHeaderName': [[ ${_csrf.headerName} ]],
798
798
'csrfTokenValue': [[ ${_csrf.token} ]],
@@ -806,7 +806,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
806
806
+]*/
807
807
808
808
/*[- */
809
- var props = { 'l10n' : { } } ;
809
+ var importFormProps = { 'l10n' : { } } ;
810
810
var responseCount = 0 ;
811
811
window . axios = {
812
812
post : function ( ) {
@@ -853,7 +853,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
853
853
} ;
854
854
/* -]*/
855
855
856
- var rootElement = React . createElement ( SeriesSaleImportForm , props ) ;
856
+ var rootElement = React . createElement ( SeriesSaleImportForm , importFormProps ) ;
857
857
var destNode = document . getElementById ( 'importSeriesSaleForm' ) ;
858
858
ReactDOM . render ( rootElement , destNode ) ;
859
859
</ script >
You can’t perform that action at this time.
0 commit comments