Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 31, 2016
1 parent 36488bd commit 7142ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cms/static/cms/js/modules/cms.plugins.js
Expand Up @@ -306,6 +306,8 @@ var CMS = window.CMS || {};
pasteItem.find('.cms-submenu-item-paste-tooltip-restricted').css('display', 'block');
return false;
}
} else {
return false;
}

return true;
Expand Down
2 changes: 0 additions & 2 deletions cms/tests/test_plugins.py
Expand Up @@ -3,9 +3,7 @@
import datetime
import json
import os
from distutils.version import LooseVersion

import django
from django import http
from django.conf import settings
from django.conf.urls import url
Expand Down

0 comments on commit 7142ba8

Please sign in to comment.