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

Commit

Permalink
Merge pull request #117 from Idrinth/idrinth
Browse files Browse the repository at this point in the history
making sure confirm windows get closed
  • Loading branch information
Idrinth authored Sep 6, 2016
2 parents 79d8f8b + 8f28160 commit cc048ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ idrinth.ui = {
content: 'Ok',
attributes: [ {
name: 'onclick',
value: altFunc
value: closeFunc + altFunc
} ]
}, {
type: 'button',
Expand Down

0 comments on commit cc048ca

Please sign in to comment.