Skip to content
Snippets Groups Projects
Commit 3cdd26c6 authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Elmar Ludwig
Browse files

remove debug and unnecessary files

parent f9e09abe
No related branches found
No related tags found
1 merge request!7Vips modification feedback, re #203
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/vips.iml" filepath="$PROJECT_DIR$/.idea/vips.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PropertiesComponent">
<property name="last_opened_file_path" value="$USER_HOME$/studip" />
</component>
<component name="SvnConfiguration">
<configuration>$USER_HOME$/.subversion</configuration>
</component>
</project>
\ No newline at end of file
......@@ -197,7 +197,6 @@ $(function() {
});
$(document).on('click', '.choice_list .add_dynamic_row', function(event) {
console.log('hier bin ich zeile 200');
$(this).closest('fieldset').find('.choice_select').each(function() {
var template = $(this).children('.template').last();
var clone = template.clone(true).removeClass('template');
......@@ -237,7 +236,6 @@ $(function() {
});
$(document).on('click', '.add_dynamic_row', function(event) {
console.log('hier bin ich zeile 240');
var container = $(this).closest('.dynamic_list');
var template = container.children('.template').last();
var clone = template.clone(true).removeClass('template');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment