diff --git a/src/android_popup.html b/src/android_popup.html index 0192212110..0690d17af6 100644 --- a/src/android_popup.html +++ b/src/android_popup.html @@ -1,62 +1,113 @@ - - How are you? - - - - - - - - - - - + + How are you? + + + + + + + + + + + + + @@ -65,40 +116,107 @@ - - - - - -

How are you?

-
-   -   -   -   - -
-
-   -   -   -   - -
-
- - - - - - -
-
- - - -
- + + + + + +

+ How are you? +

+
+ Rate 5 out of 5  + Rate 5 out of 5  + Rate 5 out of 5  + Rate 5 out of 5  + Rate 5 out of 5 +
+
+ Rate 1 out of 5  + Rate 2 out of 5  + Rate 3 out of 5  + Rate 4 out of 5  + Rate 5 out of 5 +
+
+ + + + + + +
+
+ + Loading Image + +
+ diff --git a/src/js/qmHelpers.js b/src/js/qmHelpers.js index 0ccd329d3a..a950e0b260 100644 --- a/src/js/qmHelpers.js +++ b/src/js/qmHelpers.js @@ -12851,6 +12851,7 @@ if(typeof window !== "undefined"){ qm.urlHelper.redirectToHttpsIfNecessary(); }else{ module.exports = qm; + global.qm = qm; } if(qm.platform.isChromeExtension()){ qm.chrome.initialize();