mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-08-05 12:40:49 +08:00
Added rules and tests for them
This commit is contained in:
@@ -9,6 +9,11 @@ var UI = (function () {
|
||||
FastClick.attach(document.body);
|
||||
});
|
||||
|
||||
// $('.prevent-select').on('mousedown', function(e) {
|
||||
// e.preventDefault();
|
||||
// });
|
||||
|
||||
|
||||
/** Show a bootstrap modal with dynamic content e.g. background info **/
|
||||
var showModal = function(title, text, level) {
|
||||
var $modal = $('#infoBox');
|
||||
|
||||
Reference in New Issue
Block a user