]> git.pld-linux.org Git - packages/dokuwiki.git/blame - smblink.patch
- apache 1.3 needs followsymlinks for rewrite to work
[packages/dokuwiki.git] / smblink.patch
CommitLineData
b58499cf
ER
1--- dokuwiki/lib/scripts/script.js~ 2010-04-29 15:42:12.000000000 +0300
2+++ dokuwiki/lib/scripts/script.js 2010-04-29 15:43:39.640053591 +0300
3@@ -512,7 +512,7 @@
4 for(var i=0; i<elems.length; i++){
5 var share = elems[i];
6 addEvent(share,'click',function(){
7- if(document.all == null) {
8+ if(document.all == null && LANG['nosmblinks']) {
9 alert(LANG['nosmblinks']);
10 }
11 });
This page took 0.074339 seconds and 4 git commands to generate.