-
-
Save jimmyislive/5b0f4a239443a3cb95e4 to your computer and use it in GitHub Desktop.
Revisions
-
jimmyislive created this gist
Nov 15, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <div class="control-group"> <label class="hidden" for="inputPot">Do not fill me in</label> <div class="controls"> <input class="hidden" type="text" id="inputPot" placeholder="pot" ng-model="session.packagePot" name="packagePot"> </div> </div> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ if (req.params.packagePot !== undefined) { // 403 = HTTP forbidden return res.json(403, 'Are you a bot?'); }