Skip to content

Commit f528d36

Browse files
authored
Merge pull request #61 from grcrt/development
Development
2 parents dcbe04b + e6aec8b commit f528d36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/RepConvForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function _RepConvForm(){
183183
'min: 0,\n'+
184184
'max: 100,\n'+
185185
'step: 5,\n'+
186-
'value: '+params.volume+',\n'+
186+
'value: parseInt('+params.volume+'),\n'+
187187
'template: \'tpl_grcrt_slider\'\n'+
188188
'}).on(\'sl:change:value\', function (e, _sl, value) {\n'+
189189
'$(\'#grcrt_'+params.name+'_value\').attr(\'value\',value);\n'+

modules/GRCRTConverterCtrl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,7 @@ function _GRCRTConverterCtrl(wnd) {
18681868
case "demoralizing_plague" :
18691869
case "sudden_aid" :
18701870
case "demoralized_army" :
1871+
case "ares_sacrifice" :
18711872
report.type = 2;
18721873
break;
18731874

0 commit comments

Comments
 (0)