8000 Frontend for shared pages by vxsx · Pull Request #6129 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Frontend for shared pages #6129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Frontend for shared pages
  • Loading branch information
vxsx committed Nov 15, 2017
commit e3faa112414f8c80d10a81f68a3d7c8dfacce5a0
2 changes: 1 addition & 1 deletion cms/static/cms/css/3.4.3/cms.pagetree.css

Large diffs are not rendered by default.

15 changes: 1 addition & 14 deletions cms/static/cms/js/admin.pagetree.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@
import './polyfills/function.prototype.bind.js';
import './libs/pep';

import { Helpers, KEYS } from './modules/cms.base';
import $ from 'jquery';
import Class from 'classjs';
import PageTree from './modules/cms.pagetree';

const CMS = {
$,
Class,
API: {
Helpers
},
KEYS
};

window.CMS = CMS;
CMS.PageTree = PageTree;
window.CMS.PageTree = PageTree;
2 changes: 1 addition & 1 deletion cms/static/cms/js/dist/3.4.3/bundle.admin.base.min.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cms/static/cms/js/dist/3.4.3/bundle.admin.pagetree.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cms/static/cms/js/dist/3.4.3/bundle.admin.widget.min.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
0