This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*jshint forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:true, strict:true, undef:true, unused:true, curly:true, browser:true, devel:true, jquery:true, indent:4, maxerr:50, laxcomma:true, indent:false, unused: false */ | |
/*global Pusher:false, Handlebars:false, Modernizr:false, store:false, performance:false */ | |
;(function($, doc, win){ | |
"use strict"; | |
var $app, appEnvironment, realtime_templates = {}; | |
var pusherIsConnected=false; | |
var $pings, pingInterval; | |
var meetingId, meetingChannelName, meetingChannel; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-05-14T20:26:13.923148+00:00 app[worker.1]: 2014-05-14T20:26:13Z 2 TID-orm80tptg RemoveMessageWorker JID-08eba62a0e94058c26801aa3 INFO: start | |
2014-05-14T20:26:13.939023+00:00 app[worker.1]: 2014-05-14T20:26:13Z 2 TID-orm80tptg RemoveMessageWorker JID-08eba62a0e94058c26801aa3 INFO: done: 0.016 sec | |
2014-05-14T20:26:28.251887+00:00 app[worker.1]: 2014-05-14T20:26:28Z 2 TID-orm80tptg TweetWorker JID-8a8f01d9913ba9ea0896b726 INFO: done: 0.006 sec | |
2014-05-14T20:26:28.246067+00:00 app[worker.1]: 2014-05-14T20:26:28Z 2 TID-orm80tptg TweetWorker JID-8a8f01d9913ba9ea0896b726 INFO: start | |
2014-05-14T20:27:33.086199+00:00 app[worker.1]: 2014-05-14T20:27:33Z 2 TID-orm80tptg RetweetWorker JID-ad5ea80e63474689e920b7b2 INFO: start | |
2014-05-14T20:27:33.094441+00:00 app[worker.1]: 2014-05-14T20:27:33Z 2 TID-orm80tptg RetweetWorker JID-ad5ea80e63474689e920b7b2 INFO: done: 0.008 sec | |
2014-05-14T20:28:28.848018+00:00 app[worker.1]: 2014-05-14T20:28:28Z 2 TID-orm80tptg TweetWorker JID-c4c6663050586a8275f87768 INFO: start | |
2014-05- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//@font-face{ | |
// font-family: 'OpenSans'; | |
// src: url('fonts/opensans/OpenSans-Regular-webfont.eot'); | |
// src: url('fonts/opensans/OpenSans-Regular-webfont.eot?iefix') format('eot'), | |
// url('fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'), | |
// url('fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'), | |
// url('fonts/opensans/OpenSans-Regular-webfont.svg#webfont') format('svg'); | |
//} | |
//@font-face{ | |
// font-family: 'OpenSansBd'; |
OlderNewer