Skip to content
Snippets Groups Projects
Commit 36a6963d authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Address comments

parent 8d5e2091
No related branches found
No related tags found
No related merge requests found
"use strict";
ready(function () {
// your code here
var button = document.getElementById("submit_button");
button.onclick = function () {
this.innerHTML = button.getAttribute("data-processing");;
this.innerHTML = button.getAttribute("data-processing");
this.disabled = true;
var form = document.getElementById("f");
......
"use strict";
import ClipboardJS from "clipboard/dist/clipboard";
import hljs from "highlight.js/lib/core";
import xml from "highlight.js/lib/languages/xml";
......
"use strict";
/**
* This class is used for the logout page.
*
......
"use strict";
import SimpleSAMLLogout from './logout.js';
$(document).ready(function () {
new SimpleSAMLLogout($('body').attr('id'));
});
\ No newline at end of file
});
"use strict";
import "es5-shim";
import "es6-shim";
......
"use strict";
require('../css/default.scss');
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