Select the link in the link popup again. Fixes #6521 for trunk props azaozz.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7597 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-04-03 20:14:37 +00:00
parent aff9f47646
commit ca41e227ad
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<td nowrap="nowrap"><label for="href">{#advanced_dlg.link_url}</label></td>
<td><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input id="href" name="href" type="text" class="mceFocus" value="http://" style="width: 200px" /></td>
<td><input id="href" name="href" type="text" class="mceFocus" value="http://" style="width: 200px" onfocus="try{this.select();}catch(e){}" /></td>
<td id="hrefbrowsercontainer">&nbsp;</td>
</tr>
</table></td>