This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2013-10-28 03:37:56 +00:00
|
|
|
<% if @partial %>
|
|
|
|
$("#module_widget .display-mode").html("<%= j render @partial %>")
|
|
|
|
<% else %>
|
|
|
|
$("#module_widget .display-mode").html('')
|
2013-12-11 11:37:39 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% if !@module_app.enable_widget_data_count %>
|
|
|
|
$(".widget_count").addClass('hide');
|
|
|
|
<% else %>
|
|
|
|
$(".widget_count").removeClass('hide');
|
2013-10-28 03:37:56 +00:00
|
|
|
<% end %>
|