Show More
Commit Description:
- fix hof when user is deleted...
Commit Description:
- fix hof when user is deleted - user/:id/stat only show available problem for non-admin user
File last commit:
Show/Diff file:
Action:
lib/assets/libs/dis.js | 10 lines | 248 B | application/javascript | JavascriptLexer |
merge with algo and add brython files that were missing
r584 var $module=(function($B){
var mod = {
dis:function(src){
$B.$py_module_path['__main__'] = $B.brython_path
return __BRYTHON__.py2js(src,'__main__','__main__','__builtins__').to_js()
}
}
return mod
})(__BRYTHON__)