Skip to content

Commit dff673f

Browse files
author
Antti Kuosmanen
committed
Minor style change to wplf-admin-form.js
1 parent 66df223 commit dff673f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/scripts/wplf-admin-form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Custom JS on the edit screen for the form cpt
33
*/
44
(function($) {
5+
56
$(document).ready(function() {
67
function parseFields() {
7-
88
// get editor content
99
// we don't allow the wysiwyg editor here, so it's fine to just get the textarea value
1010
var content = $('#content').val();
@@ -63,6 +63,6 @@ $(document).ready(function() {
6363
}
6464
$('input[name="wplf_email_copy_enabled"]').change(toggleEmailCopy);
6565
toggleEmailCopy();
66-
6766
});
67+
6868
})(jQuery);

0 commit comments

Comments
 (0)