Skip to content

Commit

Permalink
Properly create overlay element. Closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Feb 16, 2011
1 parent f283b47 commit 0724397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core.dev.js
Expand Up @@ -68,7 +68,7 @@ FrontEndEditor.fieldTypes = {};

FrontEndEditor.overlay = function($el) {

var $cover = jQuery('<div class="fee-loading>')
var $cover = jQuery('<div>', {'class': 'fee-loading'})
.css('background-image', 'url(' + FrontEndEditor.data.spinner + ')')
.hide()
.prependTo(jQuery('body'));
Expand Down

0 comments on commit 0724397

Please sign in to comment.