Changeset 21508


Ignore:
Timestamp:
Mar 12, 2013, 12:24:05 PM (11 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.5: "add block" and "add link" buttons were not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/classes/GPCCore.class.inc.php

    r17735 r21508  
    817817          self::addHeaderJS('jquery.ui', 'themes/default/js/ui/jquery.ui.core.js', array('jquery'));
    818818          self::addHeaderJS('jquery.ui.widget', 'themes/default/js/ui/jquery.ui.widget.js', array('jquery.ui'));
     819          self::addHeaderJS('jquery.ui.button', 'themes/default/js/ui/jquery.ui.button.js', array('jquery.ui'));
    819820          self::addHeaderJS('gpc.inputList', GPC_PATH.'js/ui.inputList.js', array('jquery.ui.widget'));
    820821          break;
Note: See TracChangeset for help on using the changeset viewer.