Skip to content
View rruhlen's full-sized avatar

Block or report rruhlen

Report abuse

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

Report abuse

Pinned Loading

  1. Retrieve status from statuspage.io a... Retrieve status from statuspage.io and display message on support center. Need to create HTML tags for each message. Requirements are the Page ID and the JS file from StatusPage.
    1
    <script type="text/javascript" src="<js file>"></script>
    2
    
                  
    3
    <script type="text/javascript">
    4
      
    5
      $(function() {
  2. Multipass SSO Java example for Desk.com Multipass SSO Java example for Desk.com
    1
    package com.meetup.util.desk;
    2
    
                  
    3
    import org.joda.time.DateTime;
    4
    import org.joda.time.format.ISODateTimeFormat;
    5
    
                  
  3. flow-demo flow-demo Public

    Forked from heroku/flow-demo

    Simple Express app to demo Heroku Flow

    JavaScript

  4. intro-to-heroku intro-to-heroku Public

    Forked from sundeepg45/intro-to-heroku

    Sample app for the Trailhead Project "Develop a Heroku App That Integrates with Salesforce"

    JavaScript

  5. kanban_final kanban_final Public

    final project

    JavaScript

  6. remove pagination from my cases page... remove pagination from my cases page in Desk.com responsive theme.
    1
    <script type="text/javascript">
    2
    
                  
    3
    (function($) {
    4
      function nextPage(url, callback) {
    5
        $.get(url, function(data, textStatus, jqXHR) {