Can't make Selections Can't make Selections
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Can't make Selections

Started by jdbaranger, October 19, 2003, 06:05:51 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

jdbaranger

left-click text selections are disable, and i don't know how to activate this function.

Thanks

Jean-Denis
Jean-Denis

Joachim Müller

comes with the no-right-click feature that can be turned on/off in admin config. If you want to get rid of the "no left-click marking", edit script.js and findfunction disableselect(e){
return false
}

function reEnable(){
return true
}
and replace it withfunction disableselect(e){
//return false
}

function reEnable(){
//return true
}
GauGau