Changeset 12417

Show
Ignore:
Timestamp:
08/17/11 09:21:15 (2 years ago)
Author:
mbrevda
Message:

dont include jquery/jquery ui in the lib as were pulling these from cdn's now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/buildtools/pack_javascripts.php

    r12167 r12417  
    1717  switch(true){ 
    1818    case preg_match("|$dir/jquery-.*\.js|",$file)://jquery 
    19        $finalB[] = $file; 
     19       //$finalB[] = $file; 
    2020    break; 
    2121    case preg_match("|$dir/jquery.cookie.js$|",$file)://jquery ui 
     
    2323    break; 
    2424    case preg_match("|$dir/jquery-ui-.*\.js$|",$file)://jquery ui 
    25       $finalB[] = $file; 
     25      //$finalB[] = $file; 
    2626    break; 
    2727    case $file==$dir.'/script.legacy.js'://legacy script