Navigation Menu

Skip to content

Commit

Permalink
use js libs from the cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
podviaznikov committed Dec 22, 2014
1 parent 455b00b commit ecca64c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 408 deletions.
3 changes: 1 addition & 2 deletions public/js/app.js
@@ -1,6 +1,6 @@
/*global console: false, $: false, moment: false, _: false, page: false, alert: false, Showdown: false, EpicEditor: false, Github: false */
$(function(){

'use strict';
var chatContainer = $('.chat-body');
$('.msg-area').focus();

Expand All @@ -21,7 +21,6 @@ $(function(){
}
}


function renderHeader(ctx, next){
if(_.isEmpty(gChat.user.username)){
$('html').addClass('unlogined');
Expand Down
6 changes: 0 additions & 6 deletions public/js/moment.min.js

This file was deleted.

0 comments on commit ecca64c

Please sign in to comment.