Skip to content

Commit b9ff63a

Browse files
committed
fix popup rating (2)
1 parent b6f6cfa commit b9ff63a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

editor.js

-3
Original file line numberDiff line numberDiff line change
@@ -2364,9 +2364,6 @@ $(function(){
23642364

23652365
$(function() {
23662366
$('.buttons button').click(function() {
2367-
2368-
if (localStorage.showrat) return;
2369-
localStorage.showrat = true
23702367
window.setTimeout(function() {
23712368
checkIfRankNeededAndAndAddRank();
23722369
}, 3000)

0 commit comments

Comments
 (0)