Skip to content

Instantly share code, notes, and snippets.

View zokito's full-sized avatar

Zoran Zunko zokito

  • H.D.B.-Soft
  • Croatia
View GitHub Profile
@zokito
zokito / streamingNotifications.html
Created May 7, 2019 17:50 — forked from abhinavguptas/streamingNotifications.html
Force.com Streaming API Chrome Desktop Notifications
<apex:page sidebar="false" tabStyle="Account">
<apex:includeScript value="{!URLFOR($Resource.comet, 'cometd.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.comet, 'jquery-1.5.1.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.comet, 'jquery.cometd.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.comet, 'json2.js')}"/>
<style type="text/css">
#chatterNotificationPanel {
display: none;
}