Article previous html
Jump to navigation
Jump to search
| Line 284: | Line 284: | ||
$('form').submit(function() { | $('form').submit(function() { | ||
| − | + | ||
var type = $(this).find('[name="Form article[Type]"]').val() | var type = $(this).find('[name="Form article[Type]"]').val() | ||
var title = $(this).find('[name="Form article[Title]"]').val() | var title = $(this).find('[name="Form article[Title]"]').val() | ||
var authors = $(this).find('[name="Form article[Authors]"]').val() | var authors = $(this).find('[name="Form article[Authors]"]').val() | ||
| − | + | ||
var pagename; | var pagename; | ||
switch(type) { | switch(type) { | ||
| Line 314: | Line 314: | ||
$(this).find('[name="PageName"]').val(pagename) | $(this).find('[name="PageName"]').val(pagename) | ||
| − | |||
| − | |||
| + | return false; | ||
}); | }); | ||
Revision as of 14:00, 6 March 2020