Skip to content

Commit 0234fda

Browse files
committed
Fixed path
1 parent 099d071 commit 0234fda

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
bin/debug*.dll
22
bin/release*.dll
33
obj
4+
bin/
45
deploy
56
deploy/*
67
_ReSharper.*
@@ -16,8 +17,3 @@ LPRun.5.1.ReSharper.user
1617
LPRun.5.1.ReSharper.user
1718
LPRun.suo
1819
LPRun.5.1.ReSharper.user
19-
/Mvc.JQuery.Datatables/bin
20-
/Mvc.JQuery.Datatables.Example/bin
21-
/Mvc.JQuery.Datatables/bin
22-
/Mvc.JQuery.Datatables.Example/bin
23-
/Mvc.JQuery.Datatables/bin

Mvc.JQuery.Datatables.Templates/Views/Shared/DataTable.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"sDom": '@Html.Raw(Model.Dom)',
4141
"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
4242
"bAutoWidth": @Model.AutoWidth.ToString().ToLowerInvariant(),
43-
"sAjaxSource": "@Html.Raw(Model.AjaxUrl)", @Html.Raw(Model.TableTools ? "\"oTableTools\" : { \"sSwfPath\": \"/content/DataTables-1.9.1/extras/TableTools/media/swf/copy_cvs_xls_pdf.swf\" }," : "")
43+
"sAjaxSource": "@Html.Raw(Model.AjaxUrl)", @Html.Raw(Model.TableTools ? "\"oTableTools\" : { \"sSwfPath\": \"/content/DataTables-1.9.1/extras/TableTools/media/swf/copy_csv_xls_pdf.swf\" }," : "")
4444
"fnServerData": function(sSource, aoData, fnCallback) {
4545
$.ajax({
4646
"dataType": 'json',

0 commit comments

Comments
 (0)