ACK

minor nit: you will have to do rebase before pushing, as this patch is 
not cleanly applicable on next (probably because of
'= javascript_include_tag "modernizr-1.5"' line which is not in next branch)

On 09/23/2010 12:11 PM, Jakub Steiner wrote:
> ---
>   src/app/views/layouts/aggregator.haml |    2 +-
>   src/public/javascripts/aggregator.js  |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/app/views/layouts/aggregator.haml 
> b/src/app/views/layouts/aggregator.haml
> index a5973a6..da73a53 100644
> --- a/src/app/views/layouts/aggregator.haml
> +++ b/src/app/views/layouts/aggregator.haml
> @@ -18,7 +18,7 @@
>       = javascript_include_tag "facebox.js"
>       = javascript_include_tag "jquery.ui-1.8.1/jquery-ui-1.8.1.custom.min.js"
>       = javascript_include_tag "jquery.loadmask.min"
> -    = javascript_include_tag "jquery.html5form"
> +    / = javascript_include_tag "jquery.html5form"
>       = javascript_include_tag "modernizr-1.5"
>       = javascript_include_tag "aggregator"
>
> diff --git a/src/public/javascripts/aggregator.js 
> b/src/public/javascripts/aggregator.js
> index 98aded5..e5e1175 100644
> --- a/src/public/javascripts/aggregator.js
> +++ b/src/public/javascripts/aggregator.js
> @@ -2,7 +2,7 @@
>
>   $(document).ready(function () {
>     $(window).scroll(positionFooter).resize(positionFooter).scroll();
> -  $("form").html5form();
> +  //$("form").html5form();
>   });
>
>

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to