Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
only opera works properly
Browse files Browse the repository at this point in the history
quelle surprise
  • Loading branch information
Seedmanc committed Nov 18, 2015
1 parent 8e8151d commit 4b825ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (!XMLHttpRequest.prototype.sendAsBinary) {
var settingsToSave = ['tags', 'source'];
var checkboxesToSave = ['forceRating', 'ratingAsDefault', 'setSafe', 'setQuest', 'setExplicit', 'forceTags', 'addTags', 'title'];

var myTags = (GetCookie('tags')||[]).split(' ');
var myTags = (GetCookie('tags')||'').replace(/%2520/gi,' ').replace(/%20/gi,' ').split(/\s+/);
if (myTags.length) {
$show('mytags');
var tagsArea = '';
Expand Down

0 comments on commit 4b825ea

Please sign in to comment.