Plugin Directory

Changeset 1931304


Ignore:
Timestamp:
08/28/2018 01:04:00 AM (8 years ago)
Author:
martindrapeau
Message:

fixed bug

Location:
amilia-store/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amilia-store/trunk/amilia-store-standings.php

    r1931297 r1931304  
    229229            jQuery.get(url)
    230230            .done(function(data) {
    231                 if (!data || data.length == 0) return;
     231                if (!data) return;
    232232                for (var i = 0; i < data.length; i++) {
    233233                    var event = data[i];
  • amilia-store/trunk/amilia-store.php

    r1931297 r1931304  
    66Author: Martin Drapeau <martin.drapeau@amilia.com>
    77Copyright: 2014-2017 Amilia
    8 Version: 2.5.9
     8Version: 2.6.0
    99Author URI: http://www.amilia.com/
    1010License: Apache License 2.0
Note: See TracChangeset for help on using the changeset viewer.