Index: trunk/extensions/InlineEditor/InlineEditor.class.php |
— | — | @@ -371,7 +371,6 @@ |
372 | 372 | * @return bool |
373 | 373 | */ |
374 | 374 | public static function partialRenderCite( $markedWiki ) { |
375 | | - return true; |
376 | | - /*return ( preg_match( '/<ref[^\/]*?>.*?<\/ref>|<ref.*?\/>/is', $markedWiki) <= 0) ;*/ |
| 375 | + return ( preg_match( '/<ref[^\/]*?>.*?<\/ref>|<ref.*?\/>/is', $markedWiki) <= 0) ; |
377 | 376 | } |
378 | 377 | } |
Index: trunk/extensions/InlineEditor/jquery.inlineEditor.js |
— | — | @@ -180,4 +180,4 @@ |
181 | 181 | $.inlineEditor.reload(); |
182 | 182 | } |
183 | 183 | |
184 | | -}; } ) ( jQuery ); |
\ No newline at end of file |
| 184 | +}; } ) ( jQuery ); |