mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 19:30:31 +02:00
check for prettyprint on window
This commit is contained in:
@@ -17,7 +17,7 @@ $(function(){
|
|||||||
// ==================
|
// ==================
|
||||||
|
|
||||||
// make code pretty
|
// make code pretty
|
||||||
prettyPrint && prettyPrint()
|
window.prettyPrint && prettyPrint()
|
||||||
|
|
||||||
// table sort example
|
// table sort example
|
||||||
if ($.fn.tableSorter) {
|
if ($.fn.tableSorter) {
|
||||||
|
Reference in New Issue
Block a user