Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-11-07 17:01:33 +09:00
47 changed files with 97 additions and 92 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>