Changeset 5968
- Timestamp:
- 05/18/08 09:29:03 (8 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/CL_Moblog/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/CL_Moblog/index.php
r5967 r5968 344 344 <dd> 345 345 <input type="button" class="save-button input-button wide-button" value="<?php echo _t('로그보기');?>" 346 onclick="document.getElementById('pop3_debug').src='<?php echo $blogURL ."/plugin/moblog/check?check=1"?>'" />346 onclick="document.getElementById('pop3_debug').src='<?php echo $blogURL?>/plugin/moblog/check?check=1&rnd='+((new Date()).getTime())" /> 347 347 <input type="button" class="save-button input-button wide-button" value="<?php echo _t('시험하기');?>" 348 onclick="document.getElementById('pop3_debug').src='<?php echo $blogURL ."/plugin/moblog/check"?>'" />348 onclick="document.getElementById('pop3_debug').src='<?php echo $blogURL?>/plugin/moblog/check?rnd='+((new Date()).getTime())" /> 349 349 </dd> 350 350 </dl>
