Sha256: 9602eb82f4324ca0ebbe8e034ae9245c17154c2bd7c930f754b2eecb635f623a
Contents?: true
Size: 745 Bytes
Versions: 8
Compression:
Stored size: 745 Bytes
Contents
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. var contact_manage_open = false; closeSettings = function() { $("#contact_settings_content").hide("slow"); $("#contact_settings_briefing").show("slow"); contact_manage_open = false; } showContactSettings = function() { if (contact_manage_open) { $("#contact_settings_content").hide("slow"); $("#contact_settings_briefing").show("slow"); contact_manage_open = false; } else { closeAllSettings(); $("#contact_settings_content").show("slow"); $("#contact_settings_briefing").hide("slow"); contact_manage_open = true; } }
Version data entries
8 entries across 8 versions & 2 rubygems