From 15fbbea69568d7492c6597ffe7f75e79550f2c52 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 20 Apr 2020 20:10:53 +0200 Subject: [PATCH] Coffeescript removed --- app/assets/javascripts/admin.coffee | 3 --- app/assets/javascripts/moderate.coffee | 3 --- app/assets/javascripts/my.coffee | 3 --- app/assets/javascripts/packages.js.coffee | 20 -------------------- app/assets/javascripts/users.coffee | 3 --- app/assets/javascripts/welcome.js.coffee | 3 --- 6 files changed, 35 deletions(-) delete mode 100644 app/assets/javascripts/admin.coffee delete mode 100644 app/assets/javascripts/moderate.coffee delete mode 100644 app/assets/javascripts/my.coffee delete mode 100644 app/assets/javascripts/packages.js.coffee delete mode 100644 app/assets/javascripts/users.coffee delete mode 100644 app/assets/javascripts/welcome.js.coffee diff --git a/app/assets/javascripts/admin.coffee b/app/assets/javascripts/admin.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/admin.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/moderate.coffee b/app/assets/javascripts/moderate.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/moderate.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/my.coffee b/app/assets/javascripts/my.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/my.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/packages.js.coffee b/app/assets/javascripts/packages.js.coffee deleted file mode 100644 index 662464a..0000000 --- a/app/assets/javascripts/packages.js.coffee +++ /dev/null @@ -1,20 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ - -#jQuery -> -# # Enable fancybox zoom for thumbnail images -# $("a.fancybox").fancybox({ -# openEffect : 'elastic', -# closeEffect : 'elastic', -# -# helpers : { -# title : { -# type : 'inside' -# } -# } -# }) -# -# # Submit the form if the user changes the view (grid or list) -# $("input[name='search[display]']").change -> -# $(this).parents('form').submit() diff --git a/app/assets/javascripts/users.coffee b/app/assets/javascripts/users.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/users.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/welcome.js.coffee b/app/assets/javascripts/welcome.js.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/welcome.js.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/