Skip to content

Commit

Permalink
pretty sure this is supposed to be a semicolon
Browse files Browse the repository at this point in the history
Change-Id: Iecf4dec0ad29b6bfe59f5fd755df3fb3ac6d3484
Reviewed-on: https://gerrit.instructure.com/2430
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Bracken Mosbacker <bracken@instructure.com>
  • Loading branch information
whitmer committed Feb 24, 2011
1 parent 0a08462 commit 0dc9cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/sis_import.js
Expand Up @@ -65,7 +65,7 @@ $(document).ready(function(event) {
}

function startPoll() {
$("#sis_importer").html("Processing<div style='font-size: 0.6eml'>this may take a bit...</div>")
$("#sis_importer").html("Processing<div style='font-size: 0.6em;'>this may take a bit...</div>")
.attr('disabled', true);
$(".instruction").hide();
$(".progress_bar_holder").slideDown();
Expand Down

0 comments on commit 0dc9cb5

Please sign in to comment.