Browse Source

Removed line adding rounded corners JS...

spficklin 14 years ago
parent
commit
9dc494b98d
1 changed files with 0 additions and 4 deletions
  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
    }
-
-   // 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');
 }
 
 /**