Plugin Directory

Changeset 793593


Ignore:
Timestamp:
10/25/2013 01:27:47 PM (12 years ago)
Author:
vellengs
Message:

Fixed a Javascript error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dutch-auction-masters/trunk/assets/js/auction.list.js

    r753924 r793593  
    3434
    3535    var append_auctions = function(auctions, type) {
     36       
     37        if(typeof(auctions) == "undefined")
     38               return;
     39       
    3640        var items = eval("window._root." + type + "()");
    3741        for ( var i = 0; i < auctions.length; i++) {
Note: See TracChangeset for help on using the changeset viewer.