News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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