Show More
Commit Description:
add golden submit button...
Commit Description:
add golden submit button - When the user submit more than or equal to 100 times the submit button will turn gold - Add golden-btn tag in applications.css.scss
File last commit:
Show/Diff file:
Action:
lib/assets/libs/dis.js | 10 lines | 248 B | application/javascript | JavascriptLexer |
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__)