Commit e7a247dc authored by d11e9's avatar d11e9

fix syntax error

parent 81eb45fb
...@@ -184,7 +184,7 @@ THE SOFTWARE. ...@@ -184,7 +184,7 @@ THE SOFTWARE.
function showFileHandler(ev) { function showFileHandler(ev) {
ev.preventDefault(); ev.preventDefault();
SOL_CACHE_FILE = $(this).find('.name').text(); SOL_CACHE_FILE = $(this).find('.name').text();
(updateFiles(); updateFiles();
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment