Skip to content

Commit

Permalink
Merge pull request #961 from bewest/bewest
Browse files Browse the repository at this point in the history
upgrade dashboard-client for connect 1.8.0
  • Loading branch information
kristjan committed Sep 13, 2012
2 parents f8647af + e9acd29 commit 1cfd0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/dashboardv3/dashboard-client.js
Expand Up @@ -17,7 +17,7 @@ var express = require('express')
, lconfig = require('lconfig.js') , lconfig = require('lconfig.js')
, github = false , github = false
, githubLogin = '' , githubLogin = ''
, form = require('connect-form') , form = express.bodyParser
, uistate = require(__dirname + '/uistate') , uistate = require(__dirname + '/uistate')
, profileImage = 'img/default-profile.png' , profileImage = 'img/default-profile.png'
, path = require('path') , path = require('path')
Expand Down

0 comments on commit 1cfd0c5

Please sign in to comment.