Skip to content

Commit

Permalink
4.4.70
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbart committed Mar 2, 2022
1 parent 94540d2 commit 23ee81a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion core/assets/js/admin-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@
});

request.done(function(response) {
let randomString = Math.random().toString(36).substring(2, 9);

$(".helpfulLogsClickable").remove();

var clickableElement = $("<a></a>", {
class: "helpfulLogsClickable",
href: response.file,
download: "",
download: "helpful-log-" + randomString + ".csv",
style: "position:absolute;top:0;left:-9999px;"
}).appendTo("body");

Expand Down
2 changes: 1 addition & 1 deletion helpful.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Helpful
* Description: Add a fancy feedback form under your posts or post-types and ask your visitors a question. Give them the abbility to vote with yes or no.
* Version: 4.4.69
* Version: 4.4.70
* Author: Pixelbart
* Author URI: https://pixelbart.de
* Text Domain: helpful
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: helpful, poll, feedback, reviews, vote, review, voting
Requires at least: 4.6
Tested up to: 5.9
Requires PHP: 5.6.20
Stable tag: 4.4.69
Stable tag: 4.4.70
License: MIT License
License URI: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit 23ee81a

Please sign in to comment.