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

git-svn-id: https://develop.svn.wordpress.org/trunk@7597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-04-03 20:14:37 +00:00
parent 2265d43956
commit ae0f2b688f
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>