diff --git a/jquery_cdn.module b/jquery_cdn.module
index 0608b5b..a43b990 100644
--- a/jquery_cdn.module
+++ b/jquery_cdn.module
@@ -5,6 +5,14 @@
  */
 
 /**
+ * Fix bug 1350442 by leandro713
+ * seems Drupal not always loads jquery.ui, this way we ensure of it
+ */
+function jquery_cdn_init(){
+  drupal_add_library('system', 'ui');
+}
+
+/**
  * Helper function to find out if Drupal is beeing hosted on a secure server
  */
 function jquery_cdn_is_secure_server() {
