Changeset 38183
- Timestamp:
- 04/04/08 03:39:00 (3 months ago)
- Files:
-
- answerlinks/trunk/answerlink.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
answerlinks/trunk/answerlink.php
r38174 r38183 63 63 } 64 64 65 if (is_admin_page() ) {65 if (is_admin_page() && !AKV_25) { 66 66 wp_enqueue_script('jquery'); 67 67 } … … 91 91 print(' 92 92 <script type="text/javascript"> 93 var jQuery = jQuery.noConflict(); 94 93 94 // var jQuery = jQuery.noConflict(); 95 95 var akv_25 = '.AKV_25s.'; 96 96 … … 150 150 } 151 151 152 153 152 function requestAnswerLinkWindow() { 154 155 153 if (document.getElementById("TB_window")) { 156 154 return; 157 155 } 158 159 156 al_show(); 160 157 al_position(); 161 162 158 if (typeof tinyMCE != "undefined") { 163 159 if (akv_25) { … … 171 167 } 172 168 } 173 174 169 jQuery("#TB_window").css({background: "#033c66"}).append(\'<iframe name="TB_iframeContent" id="TB_iframeContent" src="'.get_bloginfo('wpurl').'/index.php?cf_action=answerlink-init" border="0" frameborder="0" style="height: 500px; width: 700px; border: 0;"></iframe>\'); 175 176 170 return false; 177 171 }
