File tree 2 files changed +3
-3
lines changed
plugins/star-rating/frontend/public
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1247,7 +1247,7 @@ window.starView = countlyView.extend({
1247
1247
$ ( '#overlay' ) . fadeIn ( ) ;
1248
1248
$ ( '#widgets-array' ) . html ( $ ( this ) . data ( 'id' ) ) ;
1249
1249
$ ( '.feedback-copy-code' ) . attr ( "data-clipboard-text" , "Countly.q.push(['enable_feedback',{'widgets':['" + $ ( this ) . data ( 'id' ) + "']}]);" ) ;
1250
- $ ( '. feedback-modal ' ) . css ( {
1250
+ $ ( '# feedback-' + countlyGlobal . apps [ store . get ( 'countly_active_app' ) ] . type + '-integration ') . css ( {
1251
1251
"display" : "block"
1252
1252
} ) ;
1253
1253
var id = $ ( this ) . data ( 'id' ) ;
@@ -2081,7 +2081,7 @@ window.starView = countlyView.extend({
2081
2081
title : jQuery . i18n . map [ 'feedback.successfully-created' ] ,
2082
2082
message : jQuery . i18n . map [ 'feedback.successfully-created-message' ]
2083
2083
} ) ;
2084
- $ ( '. feedback-modal ' ) . css ( {
2084
+ $ ( '# feedback-' + countlyGlobal . apps [ store . get ( 'countly_active_app' ) ] . type + '-integration ') . css ( {
2085
2085
"display" : "block"
2086
2086
} ) ;
2087
2087
self . renderFeedbacksTable ( true ) ;
Original file line number Diff line number Diff line change 15
15
16
16
Please go to < a class ="feedback-popup-link " target ="_new "
17
17
href ="https://resources.count.ly/docs/countly-sdk-for-web "> this page</ a > , copy the code snippet
18
- above and insert this one line. < br > < br >
18
+ above and insert this one line. < br >
19
19
After you are done, please refresh your web page to see the widget call to action button.
20
20
</ div >
21
21
</ div >
You can’t perform that action at this time.
0 commit comments