diff options
Diffstat (limited to 'chrome/installer/setup/eula/oem_ko.html')
-rwxr-xr-x | chrome/installer/setup/eula/oem_ko.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/setup/eula/oem_ko.html b/chrome/installer/setup/eula/oem_ko.html index bf9fc0f..5ad3cb5 100755 --- a/chrome/installer/setup/eula/oem_ko.html +++ b/chrome/installer/setup/eula/oem_ko.html @@ -39,7 +39,7 @@ </tr>
</table>
<div class="buttons">
- <input type="submit" name="submit" value="동의 및 설치" /> <input type="submit" name="cancel" value="취소" />
+ <input type="submit" name="submit" value="동의 및 설치" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="취소" />
</div>
</form>
</div>
|