gdrive done
Showing
1 changed file
with
4 additions
and
4 deletions
| 1 | 1 | ||
| 2 | 2 | ||
| 3 | // var pluginUrl = "http://localhost:8888/Forms"; | 3 | // var pluginUrl = "http://localhost:8888/Forms"; |
| 4 | // var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; | 4 | // var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; |
| 5 | 5 | ||
| 6 | var pluginUrl = "http://contact.gotenzing.com"; | 6 | var pluginUrl = "http://contact.gotenzing.com"; |
| ... | @@ -48,15 +48,15 @@ | ... | @@ -48,15 +48,15 @@ |
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | 50 | ||
| 51 | function offFocus() { | 51 | function offFocus(id) { |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | jQuery(document).ready(function($) { | 54 | jQuery(document).ready(function($) { |
| 55 | 55 | ||
| 56 | 56 | ||
| 57 | $("#select").removeClass("focus"); | 57 | $("#select"+id+"").removeClass("focus"); |
| 58 | $(".entry_block").mouseleave(function() { | 58 | $(".entry_block").mouseleave(function() { |
| 59 | $("#select").addClass("focus"); | 59 | $("#select"+id+"").addClass("focus"); |
| 60 | }); | 60 | }); |
| 61 | 61 | ||
| 62 | 62 | ... | ... |
-
Please register or sign in to post a comment