fix syntax error

pull/1/head
d11e9 9 years ago
parent 81eb45fb3a
commit e7a247dcd2
  1. 2
      index.html

@ -184,7 +184,7 @@ THE SOFTWARE.
function showFileHandler(ev) {
ev.preventDefault();
SOL_CACHE_FILE = $(this).find('.name').text();
(updateFiles();
updateFiles();
return false;
}

Loading…
Cancel
Save