mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update docs.js
This commit is contained in:
parent
8d26cdd388
commit
dbe36dd37d
@ -155,7 +155,7 @@ $(document).ready(function () {
|
||||
url: window.location.pathname + 'rate/',
|
||||
type: 'POST',
|
||||
dataType: 'json',
|
||||
data: {rating: $(this).prevAll().length + 1},
|
||||
data: JSON.stringify({rating: $(this).prevAll().length + 1}),
|
||||
success: function () {
|
||||
},
|
||||
error: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user