The jquery.placeholder.min.js has been removed from the original library. For more information, see https://github.com/mathiasbynens/jquery-placeholder/issues/151

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr’s picture

Status: Active » Needs review
FileSize
1.95 KB

Attached patch updates the hook_library_info with the latest changes in the jquery.placeholder library. In addition, the integration file is loaded using the post-load integration files option added in Libraries API 2.2

bleen’s picture

+++ b/placeholder.module
@@ -64,15 +60,12 @@ function placeholder_libraries_info() {
+    'post-load integration files' => TRUE,

what is this? I've never seen it before

idebr’s picture

It was added in the Libraries API in version 2.2: #1855918: Load integration files after library files have been loaded

Den Tweed’s picture

Patch works for me (tested with jquery.placeholder.js v2.0.8 & placeholder most recent dev)

bleen’s picture

Status: Needs review » Fixed

  • bleen18 committed b82eb17 on 7.x-1.x authored by idebr
    Issue #2297935 by idebr: Fixed Update jquery placeholder library to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.