Mercurial > zeropaste
comparison app/assets/javascripts/init.tabs.js @ 146:601c608637e7
Accidentally +.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 18 Nov 2012 00:48:32 +0700 |
parents | b56ad3caed6d |
children | c054f01477c4 |
comparison
equal
deleted
inserted
replaced
145:f390e3903d3c | 146:601c608637e7 |
---|---|
9 qstring = '#!' + mode + '.' + width; | 9 qstring = '#!' + mode + '.' + width; |
10 if (width == 'auto') { | 10 if (width == 'auto') { |
11 if (mode == 'plain') { | 11 if (mode == 'plain') { |
12 qstring = ' '; | 12 qstring = ' '; |
13 } else { | 13 } else { |
14 qstring += '#!' + mode; | 14 qstring = '#!' + mode; |
15 } | 15 } |
16 } | 16 } |
17 if (history.replaceState) { | 17 if (history.replaceState) { |
18 history.replaceState(null, '', qstring); | 18 history.replaceState(null, '', qstring); |
19 } else { | 19 } else { |