diff --git a/index.html b/index.html index 27f499d..4c137ad 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,6 @@
-
@@ -102,7 +101,7 @@
-
+
@@ -202,15 +201,6 @@

Data View

- - -
    -
- - - -
    -
    diff --git a/js/butter.application.js b/js/butter.application.js index 3f4415e..6f0fc52 100644 --- a/js/butter.application.js +++ b/js/butter.application.js @@ -635,7 +635,7 @@ enforceTarget( ui.draggable[ 0 ].id ); var start = _( options.left / document.getElementById( "ui-tracklines" ).offsetWidth * $popcorn.duration() ).fourth(), - end = start + 2, + end = start + 4, // force div to display on a fourth of a second width = ( end - start ) / $popcorn.duration() * track.getElement().offsetWidth, left = start / $popcorn.duration() * track.getElement().offsetWidth;