Comment to 'OneSignal bell over lapping send button on messenger'
  • Baloo and Alexey, this is the code that i found due to Baloo mentioning the possibility of the code from Onesignal. Is the the  code that i need to remove?

     <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script>
      <script>
        var OneSignal = window.OneSignal || [];
        OneSignal.push(["init", {
          appId: "84a09741-5bdd-4fc3-9151-2801c8245f30",
          autoRegister: false,
          notifyButton: {
            enable: true /* Set to false to hide */
          }
        }]);
      </script>