Skip to content

Commit

Permalink
MINOR Removing @todo in CMSMain.EditForm.js which has been done
Browse files Browse the repository at this point in the history
  • Loading branch information
halkyon committed Apr 20, 2012
1 parent 99e9c48 commit b9854df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javascript/CMSMain.EditForm.js
Expand Up @@ -251,7 +251,6 @@
* (Event) e
*/
onclick: function(e) {
// @todo i18n
var form = this.parents('form:first'), version = form.find(':input[name=Version]').val(), message = '';
if(version) {
message = ss.i18n.sprintf(
Expand Down Expand Up @@ -296,4 +295,4 @@
$('.cms-edit-form.CMSPageSettingsController #ParentID').hide(); //quick hide on first run
}
});
}(jQuery));
}(jQuery));

0 comments on commit b9854df

Please sign in to comment.