add license

This commit is contained in:
Yan
2017-11-09 14:41:35 +06:30
parent eba30f6566
commit 121338677c
4 changed files with 12 additions and 22 deletions

View File

@@ -6,19 +6,5 @@ module ApplicationHelper
when :error then "alert alert-error fade-in"
when :alert then "alert alert-error fade-in"
end
end
# For Pageless
# def pageless(total_pages, url=nil, container=nil)
# opts = {
# :totalPages => total_pages,
# :url => url,
# :loaderMsg => 'Loading more pages...',
# :loaderImage => image_path('load.gif')
# }
# container && opts[:container] ||= container
# javascript_tag("$('#{container}').pageless(#{opts.to_json});")
# end
end
end