OSDN Git Service

- default spellingミスの修正
[elecoma/elecoma.git] / public / javascripts / close_popup.js
1 if (window.opener) {
2   opener.location.reload();
3 }
4 else {
5   window.opener = {};
6 }
7 window.close();