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

Commit a870e4a

Browse files
committed
Merge pull request #33 from turigabor/master
Delete duplicate attribute
2 parents a0dbf2d + bf1b993 commit a870e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<div class="nav-collapse rt-navbar-collapse rt-navbar">
5858
<form class="navbar-form navbar-left">
59-
<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" />
59+
<input type="text" class="form-control" ng-model="url" name="url" style="width: 250px; margin-right: 20px;" placeholder="Enter the URL" rt-keyup="onKeyup" />
6060
<input type="text" class="form-control" ng-model="w" name="w" style="width: 60px;" placeholder="w" />
6161
<span style="color: #777;">x</span>
6262
<input type="text" class="form-control" ng-model="h" name="h" style="width: 60px;" placeholder="h" />

0 commit comments

Comments
 (0)