Skip to content

Commit

Permalink
Removed no longer relevant messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gjacobrobertson committed Nov 28, 2012
1 parent 00be078 commit 8f8ab36
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions coffee/shipify.coffee
Expand Up @@ -176,6 +176,7 @@ $ ->
stop: parseTime $("#new .stop").val()

if theme.start == null or theme.stop == null
e.preventDefault()
return false
TL.set(theme.username, [theme.uri, theme.start, theme.stop])
TL.renderThemeViews()
Expand Down
3 changes: 1 addition & 2 deletions index.haml
Expand Up @@ -55,8 +55,7 @@
%input.start.input-small{ :placeholder => 0:22, :value => 0:22}
= "-"
%input.stop.input-small{ :placeholder => 0:54, :value => 0:54 }
%p
In milliseconds. Leave blank to play the entire song


%button.btn{ :style => "margin-left: 305px"} Create Themesong

Expand Down
3 changes: 0 additions & 3 deletions index.html
Expand Up @@ -69,9 +69,6 @@ <h2 style='text-align: center'>
<input class='start input-small' placeholder='0:22' value='0:22'>
-
<input class='stop input-small' placeholder='0:54' value='0:54'>
<p>
In milliseconds. Leave blank to play the entire song
</p>
</div>
</div>
<button class='btn' style='margin-left: 305px'>Create Themesong</button>
Expand Down
1 change: 1 addition & 0 deletions js/shipify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f8ab36

Please sign in to comment.