1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Fix e-sort JS selector

This commit is contained in:
SecretR
2013-02-13 15:15:45 +02:00
parent 7b92549560
commit 367b3c3091
2 changed files with 3 additions and 3 deletions

View File

@@ -162,8 +162,8 @@ $(document).ready(function()
var linkid = $(ui.item).attr("id");
// $("td").removeClass("e-moving","slow");
var script = $(".e-sort:first").attr("href");
// alert(script);
var script = $(".sort-trigger:first").attr("href");
$.ajax({
type: "POST",
url: script,