Bookmarks 2.2
- renamed plugin file (old name); - minor bug fix for 'Auto drawer' feature on IITCm;
This commit is contained in:
parent
f2af0985fc
commit
3a018a7b2e
@ -2,7 +2,7 @@
|
|||||||
// @id iitc-plugin-bookmarks@zaso
|
// @id iitc-plugin-bookmarks@zaso
|
||||||
// @name IITC plugin: Bookmarks for maps and portals
|
// @name IITC plugin: Bookmarks for maps and portals
|
||||||
// @category Controls
|
// @category Controls
|
||||||
// @version 0.2.1.@@DATETIMEVERSION@@
|
// @version 0.2.2.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
// @downloadURL @@DOWNLOADURL@@
|
// @downloadURL @@DOWNLOADURL@@
|
||||||
@ -26,7 +26,8 @@
|
|||||||
+ pluginBkmrksOpenOpt: fired when the "Bookmarks Options" panel is opened (you can add new options);
|
+ pluginBkmrksOpenOpt: fired when the "Bookmarks Options" panel is opened (you can add new options);
|
||||||
|
|
||||||
CHANGELOG:
|
CHANGELOG:
|
||||||
v 0.2.1:
|
v 0.2.1-0.2.2:
|
||||||
|
+ auto-drawer minor bug fix;
|
||||||
+ auto-drawer improved UI;
|
+ auto-drawer improved UI;
|
||||||
+ auto-drawer improved UI on mobile;
|
+ auto-drawer improved UI on mobile;
|
||||||
+ fixed hidden box problem (I hope): sometimes the box and the ribbon hidden;
|
+ fixed hidden box problem (I hope): sometimes the box and the ribbon hidden;
|
||||||
@ -589,6 +590,7 @@
|
|||||||
title:'Bookmarks - Auto Drawer',
|
title:'Bookmarks - Auto Drawer',
|
||||||
buttons:{
|
buttons:{
|
||||||
'DRAW': function() {
|
'DRAW': function() {
|
||||||
|
$(this).dialog('destroy');
|
||||||
window.plugin.bookmarks.draw();
|
window.plugin.bookmarks.draw();
|
||||||
},
|
},
|
||||||
'REFRESH LIST': function() {
|
'REFRESH LIST': function() {
|
||||||
@ -618,10 +620,10 @@
|
|||||||
// Save in localStorage
|
// Save in localStorage
|
||||||
window.plugin.drawTools.save();
|
window.plugin.drawTools.save();
|
||||||
|
|
||||||
map.fitBounds(newItem.getBounds());
|
|
||||||
if(window.plugin.bookmarks.isSmart) {
|
if(window.plugin.bookmarks.isSmart) {
|
||||||
window.show('map');
|
window.show('map');
|
||||||
}
|
}
|
||||||
|
map.fitBounds(newItem.getBounds());
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$('#bkmrksAutoDrawer p').toggle().delay('2500').fadeOut('500');
|
$('#bkmrksAutoDrawer p').toggle().delay('2500').fadeOut('500');
|
Loading…
x
Reference in New Issue
Block a user