• Resolved scriptgeni

    (@scriptgeni)


    For some reason the sorting images not found in 0.2.3

    
    Failed to load resource: the server responded with a status of 404 (Not Found)
    sort_both.png 
    sort_asc.png 
    

    What can be wrong?

    • This topic was modified 7 years ago by scriptgeni.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter scriptgeni

    (@scriptgeni)

    I’ve changed the paths in the css files and it works now.

    {background-image:url(“../images/sort_both.png”)}table.dataTable thead .sorting_asc{background-image:url(“../images/sort_asc.png”)}table.dataTable thead .sorting_desc{background-image:url(“../images/sort_desc.png”)}table.dataTable thead .sorting_asc_disabled{background-image:url(“../images/sort_asc_disabled.png”)}table.dataTable thead .sorting_desc_disabled{background-image:url(“../images/sort_desc_disabled.png”)}

    Plugin Author samsk

    (@samsk)

    Should be fixed in v0.2.4, along with updated datatables.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sorting images not found in 0.2.3’ is closed to new replies.