fixed showroom field form bug, removed ordering, fixed card js in node page
This commit is contained in:
16
sites/all/modules/gui/materiobasemod/js/materio_showroom.js
Normal file
16
sites/all/modules/gui/materiobasemod/js/materio_showroom.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @file
|
||||
* Javascript for Field Example.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Provides a farbtastic colorpicker for the fancier widget.
|
||||
*/
|
||||
(function ($) {
|
||||
Drupal.behaviors.field_materio_showroom_location = {
|
||||
attach: function(context) {
|
||||
// console.log('hello materio_showroom');
|
||||
$(".field-multiple-drag", ".field-type-field-materio-showroom-location").hide();
|
||||
}
|
||||
}
|
||||
})(jQuery);
|
Reference in New Issue
Block a user