Can't make Selections Can't make Selections
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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