#17632578 * 퍼머링크 이동시 해당글에 효과 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5346 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-01-13 04:39:11 +00:00
parent 359a8b1ff0
commit 671bdc3e8d

View file

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