diff --git a/extensions/gdata/module/scripts/project/exporters.js b/extensions/gdata/module/scripts/project/exporters.js index b1f776167..00399b0be 100644 --- a/extensions/gdata/module/scripts/project/exporters.js +++ b/extensions/gdata/module/scripts/project/exporters.js @@ -52,7 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. if (o.url) { window.open(o.url, '_blank'); } else { - alert('Upload error: ' + o.message) + alert('Upload error: ' + o.message) } onDone(); }, diff --git a/main/tests/client/src/facets.js b/main/tests/client/src/facets.js index 831be4944..21c2a023a 100644 --- a/main/tests/client/src/facets.js +++ b/main/tests/client/src/facets.js @@ -1,10 +1,10 @@ var test_facets = new function() { - // TODO: if I'm in a project, go back to main page (useful when working on this test) + // TODO: if I'm in a project, go back to main page (useful when working on this test) //if () { - //go back + //go back //}; - + // test opening Food project test = newTest(); assert (test, "assertText", { jquery: '("h1")[0]', validator: "Welcome to Google Refine" });