Skip to content
Snippets Groups Projects
Commit 807117c5 authored by Sean McArthur's avatar Sean McArthur
Browse files

resolving merge conflicts

parent 590ef182
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ BrowserID.manageAccount = (function() {
});
}
var template = $("#templateUser").html();
var template = dom.getInner("#templateUser");
_(emails).each(function(item) {
var e = item.address;
......@@ -214,7 +214,7 @@ BrowserID.manageAccount = (function() {
var self=this,
oncomplete = options.ready,
manage = dom.getInner("#templateManage") });
manage = dom.getInner("#templateManage");
dom.insertAfter(manage, "#hAlign");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment