We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734af0f commit 01e8b05Copy full SHA for 01e8b05
plugins/populator/frontend/public/templates/demo-page.html
@@ -281,7 +281,7 @@
281
// Provide your server IP or name. Use try.count.ly for EE trial server.
282
// If you use your own server, make sure you have https enabled if you use
283
// https below.
284
- Countly.url = "https://furkan.count.ly";
+ Countly.url = window.location.origin;
285
286
// Load countly script asynchronously
287
(function() {
plugins/star-rating/frontend/public/stylesheets/main.css
@@ -1645,4 +1645,7 @@
1645
}
1646
.feedback-widget-id {
1647
color:gray;
1648
+}
1649
+#tableOne_wrapper > div.dataTable-top > div.search-table-data > i {
1650
+ display: none;
1651
0 commit comments