1
0
mirror of https://github.com/moparisthebest/app-UI synced 2024-08-13 16:54:00 -04:00

bug fix from last commit

This commit is contained in:
Andrew Trice 2012-05-29 21:28:24 -04:00
parent d5b062c17f
commit 722385f9f5

View File

@ -396,4 +396,4 @@ $(document).ready(function() {
$(document).bind( "touchmove", function (e) { e.preventDefault(); return false; } ); $(document).bind( "touchmove", function (e) { e.preventDefault(); return false; } );
} });