Index: branches/wmf/1.17wmf1/extensions/LiquidThreads/jquery/plugins.js |
— | — | @@ -3773,7 +3773,7 @@ |
3774 | 3774 | /** |
3775 | 3775 | * Mimics the no-conflict method used by the js2 stuff |
3776 | 3776 | */ |
3777 | | -$j = jQuery.noConflict(); |
| 3777 | +//$j = jQuery.noConflict(); // Breaks stuff --catrope |
3778 | 3778 | /** |
3779 | 3779 | * Provides js2 compatible onload hook |
3780 | 3780 | * @param func Function to call when ready |
Index: branches/wmf/1.17wmf1/extensions/LiquidThreads_alpha/jquery/plugins.js |
— | — | @@ -3773,7 +3773,7 @@ |
3774 | 3774 | /** |
3775 | 3775 | * Mimics the no-conflict method used by the js2 stuff |
3776 | 3776 | */ |
3777 | | -$j = jQuery.noConflict(); |
| 3777 | +//$j = jQuery.noConflict(); // Breaks stuff --catrope |
3778 | 3778 | /** |
3779 | 3779 | * Provides js2 compatible onload hook |
3780 | 3780 | * @param func Function to call when ready |