Merge branch 'master' of github.com:gnuboard/yc4s
This commit is contained in:
@ -22,8 +22,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
<script>
|
||||
$(function() {
|
||||
$("a.sct_a").on("click", function() {
|
||||
opener.location.href = this.href;
|
||||
window.opener.location.href = this.href;
|
||||
self.close();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@ -126,8 +126,9 @@ $(function(){
|
||||
});
|
||||
|
||||
$("a#itemqa_list").on("click", function() {
|
||||
opener.location.href = this.href;
|
||||
window.opener.location.href = this.href;
|
||||
self.close();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
@ -106,8 +106,9 @@ $(function(){
|
||||
});
|
||||
|
||||
$("a#itemuse_list").on("click", function() {
|
||||
opener.location.href = this.href;
|
||||
window.opener.location.href = this.href;
|
||||
self.close();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user