You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by al...@apache.org on 2015/08/24 13:41:53 UTC

[27/50] [abbrv] incubator-taverna-databundle-viewer git commit: Remove plugin iCheck from application.scss and application.js for prevent applications errors

Remove plugin iCheck from application.scss and application.js for prevent applications errors


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/commit/861aea8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/861aea8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/861aea8c

Branch: refs/heads/master
Commit: 861aea8cf817b3cec856ae48ba75becc6585a9be
Parents: d587678
Author: Denis Karyakin <sa...@gmail.com>
Authored: Tue Aug 18 18:21:51 2015 +0300
Committer: Denis Karyakin <sa...@gmail.com>
Committed: Tue Aug 18 18:21:51 2015 +0300

----------------------------------------------------------------------
 app/assets/javascripts/application.coffee | 6 ------
 app/assets/stylesheets/application.scss   | 1 -
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/861aea8c/app/assets/javascripts/application.coffee
----------------------------------------------------------------------
diff --git a/app/assets/javascripts/application.coffee b/app/assets/javascripts/application.coffee
index 9d2ca6c..aabe895 100644
--- a/app/assets/javascripts/application.coffee
+++ b/app/assets/javascripts/application.coffee
@@ -30,15 +30,9 @@
 #
 #= require jquery2.min.js
 #= require bootstrap_theme/bootstrap/js/bootstrap.min
-#= require bootstrap_theme/plugins/iCheck/icheck.min
 #= require d3/d3.min
 #= require data_bundle
 
 $ ->
-  $('input').iCheck
-    checkboxClass: 'icheckbox_square-blue'
-    radioClass: 'iradio_square-blue'
-    increaseArea: '20%'
-
   draw_workflow()
   return

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/861aea8c/app/assets/stylesheets/application.scss
----------------------------------------------------------------------
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 10c590a..f921727 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -32,6 +32,5 @@
   *= require bootstrap_theme/bootstrap/css/bootstrap.min
   *= require bootstrap_theme/dist/css/AdminLTE.min
   *= require bootstrap_theme/dist/css/skins/skin-blue.min
-  *= require bootstrap_theme/plugins/iCheck/all
   *= require data_bundle
  */