Commit 2aa07457 by Piotr Mitros

Missing selector.

parent c40e5e53
...@@ -19,7 +19,7 @@ function DoneXBlock(runtime, element) { ...@@ -19,7 +19,7 @@ function DoneXBlock(runtime, element) {
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: handlerUrl, url: handlerUrl,
data: JSON.stringify({"done":$(this).hasClass("windshield_off")}), data: JSON.stringify({"done":$(this).hasClass("done_windshield_off")}),
success: updateCount success: updateCount
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment