Merge pull request #2695 from goldquest/dev_overallImportBug

On Import, when successful, loading circle didn't go away
This commit is contained in:
John McLear 2015-06-17 18:16:18 +01:00
commit 8af8c37896

View file

@ -467,7 +467,7 @@ var pad = {
{
var newHref = new RegExp(/.*\/p\/[^\/]+/).exec(document.location.pathname) || clientVars.padId;
newHref = newHref[0];
if (options != null){
if (typeof options != "undefined" && options != null){
newHref = newHref + '?' + options;
}