Commit bd3489bc2d0bb1a82b475f2ef52453dd4774dfc6
- Diff rendering mode:
- inline
- side by side
twotwodo.js
(4 / 1)
|   | |||
| 62 | 62 | if (url.indexOf('?') != -1) { | |
| 63 | 63 | url = url.substring(0, url.indexOf('?')); | |
| 64 | 64 | } | |
| 65 | if (cookie != 'default') { | ||
| 66 | url += '?'+cookie; | ||
| 67 | } | ||
| 65 | 68 | ||
| 66 | document.location = url+'?'+cookie; | ||
| 69 | document.location = url; | ||
| 67 | 70 | }; | |
| 68 | 71 | ||
| 69 | 72 | TwoTwoDo.data = { |

