diff --git a/imce/inc/imce.page.inc b/imce/inc/imce.page.inc
index 27b27ad..d5f64e0 100644
--- a/imce/inc/imce.page.inc
+++ b/imce/inc/imce.page.inc
@@ -47,7 +47,7 @@ function imce_content($user, $scheme = NULL, $jsop = NULL) {
 
   //Before creating the content let's add main files required for imce to function properly.
   $path = drupal_get_path('module', 'imce');
-  drupal_add_js($path . '/js/jquery.form.js');
+  drupal_add_library('system', 'jquery.form');
   drupal_add_js($path . '/js/imce.js');
   drupal_add_js($path . '/js/imce_extras.js');
   drupal_add_css($path . '/css/imce-content.css');
