1 Star 0 Fork 0

Charley/todo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fake_auth_init.js 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
Victor Grishchenko 提交于 2014-10-05 18:07 . args for the server +cleanup
(function() {
var sessionId = window.localStorage.getItem('localuser');
if (!sessionId) {
var rnd = Math.floor(Math.random()*(1<<30));
sessionId = 'A~' + Swarm.Spec.int2base(rnd);
window.localStorage.setItem('localuser',sessionId);
}
window.app = new window.TodoApp(sessionId);
}());
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CharleyG/todo.git
git@gitee.com:CharleyG/todo.git
CharleyG
todo
todo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385