issue 44 : from the commucation module's default skin

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8497 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-06-16 04:24:16 +00:00
parent 35714ac73e
commit e129e7c227

View file

@ -38,5 +38,5 @@
</form>
<script type="text/javascript">
xAddEventListener(window, 'load', function() { xGetElementById("message_title").focus(); });
jQuery(function$(){ $('#message_title').focus(); });
</script>