Skip to content

Commit 4b321fa

Browse files
authored
Merge pull request #596 from frknbasaran/next
bugs fixed.
2 parents 6af3891 + 01e8b05 commit 4b321fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

plugins/populator/frontend/public/templates/demo-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
// Provide your server IP or name. Use try.count.ly for EE trial server.
282282
// If you use your own server, make sure you have https enabled if you use
283283
// https below.
284-
Countly.url = "https://furkan.count.ly";
284+
Countly.url = window.location.origin;
285285

286286
// Load countly script asynchronously
287287
(function() {

plugins/star-rating/frontend/public/stylesheets/main.css

+3
Original file line numberDiff line numberDiff line change
@@ -1645,4 +1645,7 @@
16451645
}
16461646
.feedback-widget-id {
16471647
color:gray;
1648+
}
1649+
#tableOne_wrapper > div.dataTable-top > div.search-table-data > i {
1650+
display: none;
16481651
}

0 commit comments

Comments
 (0)