feat(SublimeText2.EditorPackages): cache packages
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*jshint globalstrict: true*/
|
||||
"use strict";
|
||||
|
||||
function page_print() {
|
||||
var element = document.getElementById("toolbarhide");
|
||||
if (element != null) {
|
||||
element.style.display = "none";
|
||||
}
|
||||
if (window.print) {
|
||||
window.print();
|
||||
}
|
||||
if (element != null) {
|
||||
element.style.display = "block";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user