aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/static/js/jm2l.js
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/static/js/jm2l.js')
-rw-r--r--jm2l/static/js/jm2l.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/jm2l/static/js/jm2l.js b/jm2l/static/js/jm2l.js
index e24c7d0..a700c4a 100644
--- a/jm2l/static/js/jm2l.js
+++ b/jm2l/static/js/jm2l.js
@@ -1,4 +1,3 @@
-
function DoPost(TargetURL) {
var Datas=$('#ModalForm').serialize();
$.ajax({
@@ -83,7 +82,6 @@ $(document).ready(function() {
});
$('#AjaxModal').on('hidden', function(bla){
- //$(this).data('modal', null);
if (bla.target.id.endsWith('-help'))
return;
if (bla.target.id=='AjaxModal') {
@@ -98,7 +96,6 @@ $(document).ready(function() {
$('#AjaxPlaceModal').on('hidden', function(bla){
$("#place_type").select2("destroy");
- //$(this).data('modal', null);
if (bla.target.id.endsWith('-help'))
return;
if ($(this).children().length)
@@ -152,20 +149,6 @@ $(document).ready(function() {
$('a[href="' + SavHash + '"]').tab('show');
}
}
-
-
- if (0) {
- var editor = CKEDITOR.replace( 'bio', {
- saveSubmitURL:'/SaveFrontPage/?part=bio',
- on : { blur: function( event ) { event.editor.getCommand( 'save' ).enable(); }
- }
- } );
- } else {
- //CKEDITOR.disableAutoInline = true;
- //var editor = CKEDITOR.inline( 'bio' );
- //var editor = CKEDITOR.replace( 'bio' );
- //var editor = CKEDITOR.replace( 'bio' );
- };
jQuery(function() {
jQuery('.repeat').each(function() {