Changeset 29568


Ignore:
Timestamp:
Sep 16, 2014, 9:11:17 PM (10 years ago)
Author:
rvelices
Message:

fix datatable search in admin custom auto completions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_autocomplete/admin/custom.tpl

    r27770 r29568  
    252252                                mData: function(item, type) {
    253253                                        if ("sort"===type || "filter"==type)
    254                                                 item.url ? item.url : item.U_LINK;
     254                                                return item.url ? item.url : item.U_LINK;
    255255                                        return "<a href=\""+item.U_LINK+"\" onclick=\"return SHelper.zoom(this.href)\">"
    256256                                                + (item.url ? item.url : "show" )
Note: See TracChangeset for help on using the changeset viewer.