mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
#17632578 * 퍼머링크 이동시 해당글에 효과 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5346 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
359a8b1ff0
commit
671bdc3e8d
1 changed files with 4 additions and 1 deletions
|
|
@ -104,6 +104,9 @@
|
|||
|
||||
<!--@if($document_srl)-->
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window,'load', function() { try { location.href=location.href.replace(/#(.+)$/,'')+"#document_"+{$document_srl}; } catch(e) { } } );
|
||||
jQuery(window).load(function() {
|
||||
try { location.href=location.href.replace(/#(.+)$/,'')+"#document_"+{$document_srl}; } catch(e) { }
|
||||
jQuery('#commentBody\\:{$document_srl} .xe_content').effect("highlight", {}, 2000);
|
||||
});
|
||||
</script>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue