Changeset 5968

Show
Ignore:
Timestamp:
05/18/08 09:29:03 (8 months ago)
Author:
coolengineer
Message:
  • #960
  • iframe reload를 위해 random값을 넣음
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/CL_Moblog/index.php

    r5967 r5968  
    344344                                        <dd> 
    345345                                            <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())" /> 
    347347                                            <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())" /> 
    349349                                        </dd> 
    350350                                    </dl>