popojargo commented on a change in pull request #1060: Remove all uses of 
JQuery from the verifyinstall addon
URL: https://github.com/apache/couchdb-fauxton/pull/1060#discussion_r173050648
 
 

 ##########
 File path: app/addons/verifyinstall/resources.js
 ##########
 @@ -47,7 +48,10 @@ Verifyinstall.testProcess = {
   },
 
   saveDB: function () {
-    return db.save();
+    return FauxtonAPI.when([
+      db.save(),
+      dbReplicate.save()
 
 Review comment:
   You added dbReplicate.save() for which reason?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to