PluginProbe
Page Builder: Pagelayer – Drag and Drop website builder / 2.2.1
Page Builder: Pagelayer – Drag and Drop website builder v2.2.1
2.2.1 2.2.0 2.1.9 2.1.8 2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 trunk 0.9.0 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 1.0.0 1.0.2 1.0.3 1.0.4 1.0.5 All 129 releases
← All changes | main/website.php +3 -0 2.1.62.2.1 View file →
@@ -490,8 +490,9 @@
490 490 }
491 491
492 492 // Show the vanilla selector
493 493 function pagelayer_show_vanilla(){
494 + var Picker = typeof pagelayer_Picker !== 'undefined' ? pagelayer_Picker : (typeof Picker !== 'undefined' ? Picker : undefined);
494 495 if (typeof Picker === 'undefined') {
495 496 return;
496 497 }
497 498 jQuery('.pagelayer-show-vanilla').each(function(){
@@ -507,9 +508,11 @@
507 508 }
508 509
509 510 var picker = new Picker({
510 511 parent : jEle[0],
512 + popup : 'left',
511 513 color : sColor,
514 + doc : document
512 515 });
513 516
514 517 // You can do what you want with the chosen color using two callbacks: onChange and onDone.
515 518 picker.onChange = function(color) {