Browse Source

nitro should not be dependent on n2o

Namdak Tonpa 6 years ago
parent
commit
b21182b7be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/elements/element_upload.erl

+ 1 - 1
src/elements/element_upload.erl

@@ -16,7 +16,7 @@ render_element(#upload{id=Id}) ->
              #button { id   = ftp_open,    body = "Browse" },
              #button { id   = ftp_start,   body = "Upload" },
              #button { id   = ftp_stop,    body = "Stop" }
-    ] } ] }, n2o:render(Upload).
+    ] } ] }, nitro:render(Upload).
 
 bind(Control,Event,Code) ->
     nitro:wire(#bind{target=Control,type=Event,postback=Code}).