Explorar el Código

Removed line adding rounded corners JS...

spficklin hace 14 años
padre
commit
9dc494b98d
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      tripal_core/tripal_core.module

+ 0 - 4
tripal_core/tripal_core.module

@@ -44,10 +44,6 @@ function tripal_core_init(){
       }  
       }  
       tripal_db_set_active($previous_db);  // now use drupal database
       tripal_db_set_active($previous_db);  // now use drupal database
    }
    }
-
-   // the tripal themeing uses rounded corners. We could use CSS but IE8 doesn't supprt
-   // rouneded corners so we will use the JQuery method.
-   drupal_add_js (drupal_get_path('theme', 'tripal').'/js/jquery-corners-0.3/jquery.corners.min.js');
 }
 }
 
 
 /**
 /**