Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33 from turigabor/master
Browse files Browse the repository at this point in the history
Delete duplicate attribute
  • Loading branch information
nghuuphuoc committed Nov 17, 2014
2 parents a0dbf2d + bf1b993 commit a870e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<div class="nav-collapse rt-navbar-collapse rt-navbar">
<form class="navbar-form navbar-left">
<input type="text" class="form-control" ng-model="url" name="url" style="width: 250px; margin-right: 20px;" ng-model="url" placeholder="Enter the URL" rt-keyup="onKeyup" />
<input type="text" class="form-control" ng-model="url" name="url" style="width: 250px; margin-right: 20px;" placeholder="Enter the URL" rt-keyup="onKeyup" />
<input type="text" class="form-control" ng-model="w" name="w" style="width: 60px;" placeholder="w" />
<span style="color: #777;">x</span>
<input type="text" class="form-control" ng-model="h" name="h" style="width: 60px;" placeholder="h" />
Expand Down

0 comments on commit a870e4a

Please sign in to comment.