Page 1 of 1

Wrong action: ctrl+p

Posted: Wed May 16, 2018 8:15 pm
by toms
Hi,

The nuDeleteAction() is called instead of nuPrintAction() when ctrl+p is pressed.

nucommon.js :

Code: Select all

	} else if(e.keyCode == 80 && window.global_access) {				//-- p		Print
					nuDeleteAction();
				}

Re: Wrong action: ctrl+p

Posted: Wed May 16, 2018 8:30 pm
by admin
toms,

The fix is now on Github.

Steven