Skip to content

Commit

Permalink
Remove dummy form structure from custom.html example - no real logic …
Browse files Browse the repository at this point in the history
…behind it anyway.
  • Loading branch information
jayarjo committed Jun 17, 2011
1 parent 43c5349 commit 60995b6
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions examples/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,17 @@
</head>
<body>

<form id="submit-form" method="post" action="dump.php">
<h1>Custom example</h1>

<p>Shows you how to use the core plupload API.</p>

<div>
<div id="filelist">No runtime found.</div>
<br />
<a id="pickfiles" href="javascript:;">[Select files]</a>
<a id="uploadfiles" href="javascript:;">[Upload files]</a>
</div>

<input type="submit" />
</form>
<h1>Custom example</h1>

<p>Shows you how to use the core plupload API.</p>

<div>
<div id="filelist">No runtime found.</div>
<br />
<a id="pickfiles" href="javascript:;">[Select files]</a>
<a id="uploadfiles" href="javascript:;">[Upload files]</a>
</div>


<script type="text/javascript">
// Custom example logic
Expand Down

0 comments on commit 60995b6

Please sign in to comment.