Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -71,6 +71,12 @@ |
72 | 72 | // Add toolbar |
73 | 73 | mwSetupToolbar(); |
74 | 74 | |
| 75 | + // Check for live preview |
| 76 | + if ( $j('#wpLivePreview').length ) { |
| 77 | + $j.getScript( stylepath+'/common/preview.js', |
| 78 | + function() { setupLivePreview(); } ); |
| 79 | + } |
| 80 | + |
75 | 81 | // Scroll to the textbox |
76 | 82 | var targetOffset = $j(container).find('#wpTextbox1').offset().top; |
77 | 83 | // Buffer at the top, roughly enough to see the heading and one line |