mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
check for prettyprint on window
This commit is contained in:
parent
35fdbad24b
commit
3396fc0542
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ $(function(){
|
|||
// ==================
|
||||
|
||||
// make code pretty
|
||||
prettyPrint && prettyPrint()
|
||||
window.prettyPrint && prettyPrint()
|
||||
|
||||
// table sort example
|
||||
if ($.fn.tableSorter) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue