Ignore:
Timestamp:
Jun 24, 2012, 9:18:26 PM (12 years ago)
Author:
grum
Message:

feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/main.inc.php

    r15340 r16012  
    178178|         |            |   . Compatibility with Piwigo 2.4
    179179|         |            |
    180 |         |            |
     180|         |            | * optimization & rename of some JS framework components
    181181|         |            |
    182182|         |            |
     
    199199    GPCCategorySelector.class.inc.php
    200200    GPCCore.class.php
    201     GPCCss.class.php
    202201    GPCPagesNavigation.class.php
    203202    GPCPublicIntegration.class.php
     
    241240}
    242241
    243 
    244 if(defined('IN_ADMIN'))
     242if(defined('IN_ADMIN') && !defined('AJAX_CALL'))
    245243{
    246244  //GPC admin interface is loaded and active only if in admin page
Note: See TracChangeset for help on using the changeset viewer.