Skip to content
View SapphicFire's full-sized avatar

Block or report SapphicFire

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sn-sidebar-tools sn-sidebar-tools Public

    A repository for several update sets around extending the Sidebar application in the Now platform

    2

  2. SapphireNow: Ad-hoc Sidebar SapphireNow: Ad-hoc Sidebar
    1
    var AdhocCollaborationGenerationUtil = Class.create();
    2
    AdhocCollaborationGenerationUtil.prototype = {
    3
        initialize: function() {
    4
    		this.SIDEBAR_CHANNEL = gs.getProperty('sn_oe_sfs.sidebar_msg_channel','ea0cb816732110104a905ee515f6a7b5');
    5
    		this.RECORD_CARD_JSON = JSON.parse(gs.getProperty('sn_oe_sfs.sidebar_record_obj'));
  3. SlackerBot SlackerBot Public

    Forked from ServiceNowDevProgram/SlackerBot

    The official application repository for the bot @Slacker on the sndevs.com Slack workspace.

    JavaScript 1