file includes/libs/jquery.module.php function out_share
from
[code]
<input type="text" style="font-size:15px;width:500px;height:30px" value="'.$url.'" onclick="$(this).select();" />
[/code]
to
[code]
<input type="text" style="font-size:11px;width:300px;height:30px; background-color: #ffffff;border: none;" value="'.$url.'" disabled />
[/code]
Jcow Master @falcone
114 months ago
|