Commit 5f68ac95a8badc059e51e739ef2abe674f66f28e
- Diff rendering mode:
- inline
- side by side
|   | |||
| 181 | 181 | </div> | |
| 182 | 182 | <script type="text/javascript"> | |
| 183 | 183 | // 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) { | ||
| 185 | 186 | new FancyZoom('profile_image'); | |
| 186 | 187 | } | |
| 187 | 188 | </script> |

