Commit f815f1d62a206139a1fb605b1bc8f186bc6fd871
1 parent
5fa75fec
dojo grid initialization changes
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
calexium_lib/web/CXM_dojo.anubis
| @@ -64,10 +64,6 @@ public define HTML_Off_Form | @@ -64,10 +64,6 @@ public define HTML_Off_Form | ||
| 64 | ) | 64 | ) |
| 65 | = | 65 | = |
| 66 | literal("<script> | 66 | literal("<script> |
| 67 | - (function(){ | ||
| 68 | - create_dojo_list(); | ||
| 69 | - } | ||
| 70 | - )(); | ||
| 71 | dojo.addOnLoad(function(){ | 67 | dojo.addOnLoad(function(){ |
| 72 | init_dojo_grid(\""+colum1+"\",\""+colum2+"\", \""+colum3+"\", \""+colum4+"\", "+ (if can_edit then "1" else "0")+"); | 68 | init_dojo_grid(\""+colum1+"\",\""+colum2+"\", \""+colum3+"\", \""+colum4+"\", "+ (if can_edit then "1" else "0")+"); |
| 73 | } | 69 | } |