diff --git a/core/modules/system/system.module b/core/modules/system/system.module index c88cbb5..655bdb6 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -1495,8 +1495,8 @@ function system_library_info() { // Farbtastic. $libraries['jquery.farbtastic'] = array( 'title' => 'Farbtastic', - 'website' => 'https://github.com/mattfarina/farbtastic', - 'version' => '1.3u', + 'website' => 'http://code.google.com/p/farbtastic/', + 'version' => '1.2', 'js' => array( 'core/assets/vendor/farbtastic/farbtastic.js' => array(), ), diff --git a/core/modules/system/tests/modules/common_test/common_test.module b/core/modules/system/tests/modules/common_test/common_test.module index eda7dc1..2c11a8b 100644 --- a/core/modules/system/tests/modules/common_test/common_test.module +++ b/core/modules/system/tests/modules/common_test/common_test.module @@ -187,7 +187,7 @@ function common_test_library_info_alter(&$libraries, $module) { function common_test_library_info() { $libraries['jquery.farbtastic'] = array( 'title' => 'Custom Farbtastic Library', - 'website' => 'https://github.com/mattfarina/farbtastic', + 'website' => 'http://code.google.com/p/farbtastic/', 'version' => '5.3', 'js' => array( 'core/assets/vendor/farbtastic/farbtastic.js' => array(),