# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/view/view.tab.php +++ administrator/components/com_comprofiler/view/view.tab.php @@ -36,7 +36,7 @@ var form = document.adminForm; if (pressbutton == 'showTab') { - submitform( pressbutton ); + cbsubmitform( pressbutton ); return; } var r = new RegExp("[^0-9A-Za-z]", "i"); @@ -46,7 +46,7 @@ alert(''); } else { - submitform( pressbutton ); \ No newline at end of file + cbsubmitform( pressbutton ); \ No newline at end of file } }