CC-3174 : showbuilder

created controller Usersettings, noticed hosts couldn't
save datatables setting through pref controller.

starting to use new cursor arrows.
This commit is contained in:
Naomi Aro 2012-02-23 12:13:00 +01:00
parent aabcaafff0
commit b357b80054
7 changed files with 78 additions and 53 deletions

View file

@ -256,7 +256,7 @@ $(document).ready(function() {
"fnStateSave": function (oSettings, oData) {
$.ajax({
url: "/preference/set-library-datatable",
url: "/usersettings/set-library-datatable",
type: "POST",
data: {settings : oData, format: "json"},
dataType: "json",
@ -270,7 +270,7 @@ $(document).ready(function() {
var o;
$.ajax({
url: "/preference/get-library-datatable",
url: "/usersettings/get-library-datatable",
type: "GET",
data: {format: "json"},
dataType: "json",