migrate to new git
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
Hello World Plugin
|
||||
*/
|
||||
|
||||
(function () {
|
||||
|
||||
var button_html = '<button id="my_helloworld_button" title="Hello World" style="text-transform:none">hello</button>';
|
||||
|
||||
_cb.addButton('helloworld', button_html, '#my_helloworld_button', function () {
|
||||
|
||||
alert('Hello World');
|
||||
|
||||
});
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user