first commit of materio personal notes module : just displaying the icon button for now
This commit is contained in:
2
sites/all/modules/gui/materiobasemod/js/dist/materio_personalnotes.min.js
vendored
Normal file
2
sites/all/modules/gui/materiobasemod/js/dist/materio_personalnotes.min.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
(function($){MaterioPersonalNotes=function(){function init(){trace('MaterioPersonalNotes :: init');};init();};$(document).ready(function(){var materioflag=new MaterioPersonalNotes();});})(jQuery);
|
@@ -0,0 +1,29 @@
|
||||
// @codekit-prepend "gui.js"
|
||||
// @koala-prepend "gui.js"
|
||||
|
||||
|
||||
(function($) {
|
||||
|
||||
MaterioPersonalNotes = function(){
|
||||
|
||||
/**
|
||||
* init()
|
||||
*/
|
||||
function init(){
|
||||
trace('MaterioPersonalNotes :: init');
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
init();
|
||||
|
||||
|
||||
};
|
||||
|
||||
$(document).ready(function() {
|
||||
var materioflag = new MaterioPersonalNotes();
|
||||
});
|
||||
|
||||
})(jQuery);
|
Reference in New Issue
Block a user