Sha256: fae052b8415b92a2f66c77e48c8eb46c84c79df33f0f331ff0cd9a7796b1cd86
Contents?: true
Size: 524 Bytes
Versions: 40
Compression:
Stored size: 524 Bytes
Contents
(function() { <% appsjs.each do |appjs| %> <%= appjs %> <% end %> <% installations.each do |installation| %> if (ZendeskApps[<%= installation.app_name.to_json %>]) { ZendeskApps[<%= installation.app_name.to_json %>].install(<%= installation.to_json %>); } <% end %> <% installation_orders.each do |loc_name, installation_list| %> ZendeskApps.sortAppsForSite(<%= loc_name.to_json %>, <%= installation_list.to_json %>); <% end %> }()); ZendeskApps.trigger && ZendeskApps.trigger('ready');
Version data entries
40 entries across 40 versions & 2 rubygems