Skip to content

Commit

Permalink
missed a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Nov 12, 2012
1 parent 556908a commit ca90038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cms/static/cms/js/plugins/cms.placeholders.js
Expand Up @@ -218,7 +218,6 @@ CMS.$(document).ready(function ($) {
// add array to new position
if(dir === 'moveup') array.splice(index-1, 0, values.plugin_id);
if(dir === 'movedown') array.splice(index+1, 0, values.plugin_id);
console.log(plugin)
// now lets do the ajax request
$.ajax({
'type': 'POST',
Expand Down

0 comments on commit ca90038

Please sign in to comment.