Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #76 from MWFIAE/patch-10
Browse files Browse the repository at this point in the history
Fixed confirmation dialog
  • Loading branch information
mys authored Mar 23, 2018
2 parents abf198d + 3eab2fd commit 87a9ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/templates/game/page.marketPlace.default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $('#shipT').on('change', function (e) {
$('#shipT').trigger("change");
$(".market_form").submit( function() {
var c = confirm({$LNG.market_confirm_are_you_sure});
var c = confirm("{$LNG.market_confirm_are_you_sure}");
if (c) {
$(this).append('<input type="hidden" name="shipType" value="' + $("#shipT").val() + '">')
}
Expand Down

0 comments on commit 87a9ed2

Please sign in to comment.