Merge pull request #425 from fermionic/frost-mobile-app-bug

missed an instance of $mobileapp in switch to generic app label
This commit is contained in:
fermionic 2012-08-04 20:06:38 -07:00
commit 47ab0650e2
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
<input type="hidden" name="coord" id="jot-coord" value="" />
<input type="hidden" name="post_id" value="$post_id" />
<input type="hidden" name="source" value="$sourceapp" />
<input type="hidden" name="source" value="$mobileapp" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
<div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none"></div>
<div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="$placeholdercategory" value="$category" class="jothidden" style="display:none" /></div>