Projet

Général

Profil

Révision 91f42c9e

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/colorbox/styles/default/colorbox_style.js
2 2

  
3 3
Drupal.behaviors.initColorboxDefaultStyle = {
4 4
  attach: function (context, settings) {
5
    $(document).bind('cbox_complete', function () {
5
    $(context).bind('cbox_complete', function () {
6 6
      // Only run if there is a title.
7 7
      if ($('#cboxTitle:empty', context).length == false) {
8 8
        $('#cboxLoadedContent img', context).bind('mouseover', function () {

Formats disponibles : Unified diff