Commit 5f68ac95a8badc059e51e739ef2abe674f66f28e

  • avatar
  • meinhard <meinhard @be…n.org>
  • Fri Jan 27 20:59:59 CET 2012
switching off fancyzoom for IE (ticket #1593)
  
181181 </div>
182182 <script type="text/javascript">
183183 // Activate FancyZoom for profile picture
184 if (typeof FancyZoom == "function") {
184 // (not for IE, which don't like FancyZoom)
185 if (typeof FancyZoom == "function" && is_ie === false) {
185186 new FancyZoom('profile_image');
186187 }
187188 </script>