https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38952
Bug ID: 38952
Summary: JS function messenger not used in acq.js
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
koha-tmpl/intranet-tmpl/prog/js/acq.js
166 function messenger(X,Y,etc){ // FIXME: unused?
167
win=window.open("","mess","height="+X+",width="+Y+",screenX=150,screenY=0");
168 win.focus();
169 win.document.close();
170 win.document.write("<body link='#333333' bgcolor='#ffffff'
text='#000000'><font size='2'><p><br />");
171 win.document.write(etc);
172 win.document.write("<center><form><input type=button
onclick='self.close()' value='Close'></form></center>");
173 win.document.write("</font></body></html>");
174 }
% git grep -l messenger
koha-tmpl/intranet-tmpl/lib/fontawesome/css/brands.min.css
koha-tmpl/intranet-tmpl/lib/fontawesome/webfonts/fa-brands-400.ttf
koha-tmpl/intranet-tmpl/prog/js/acq.js
koha-tmpl/opac-tmpl/lib/fontawesome/css/brands.min.css
koha-tmpl/opac-tmpl/lib/fontawesome/webfonts/fa-brands-400.ttf
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/