Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 2948b0a

Browse files
author
root
committed
fixed the not working clear-function
1 parent f709622 commit 2948b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.htmlfeedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
* @param instance HTMLFeedback object instance
320320
*/
321321
HTMLFeedback.clear = function(instance) {
322-
instance.markers.html();
322+
instance.markers.html("");
323323
HTMLFeedback.paint(instance);
324324
}
325325

0 commit comments

Comments
 (0)