API/CodeSamples/Javascript/GetFiltersData.md
... ...
@@ -8,7 +8,7 @@ The ``GetFiltersData`` command is passed through rs.aspx via an [[AjaxRequest|/A
8 8
9 9
Here is the AJAX call to use:
10 10
11
-```csharp
11
+```javascript
12 12
AjaxRequest('./rs.aspx', 'wscmd=getfiltersdata', GotFiltersData, null, 'getfiltersdata');
13 13
```
14 14