login.html不能通过window.open, 不然会有问题

This commit is contained in:
life
2015-03-06 01:55:47 +08:00
parent 0e6fc7ac2b
commit fe29869cc8
11 changed files with 36 additions and 27 deletions

1
node_modules/notebook.js generated vendored
View File

@@ -2,6 +2,7 @@ var db = require('db');
var async = require('async');
var User = require('user');
var NB = db.notebooks;
var Common = require('common');
function log(o) {console.log(o);}