From 3e55cec3f39950429a53aefa4b1d4518268c56a0 Mon Sep 17 00:00:00 2001 From: Jonathan Stark Date: Tue, 21 Dec 2010 17:16:08 -0500 Subject: [PATCH] Added some preload images --- demos/main/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demos/main/index.html b/demos/main/index.html index d65cbee3..bfb2e391 100644 --- a/demos/main/index.html +++ b/demos/main/index.html @@ -16,10 +16,15 @@ startupScreen: 'jqt_startup.png', statusBar: 'black', preloadImages: [ + '../../themes/jqt/img/activeButton.png', '../../themes/jqt/img/back_button.png', '../../themes/jqt/img/back_button_clicked.png', + '../../themes/jqt/img/blueButton.png', + '../../themes/jqt/img/button.png', '../../themes/jqt/img/button_clicked.png', '../../themes/jqt/img/grayButton.png', + '../../themes/jqt/img/greenButton.png', + '../../themes/jqt/img/redButton.png', '../../themes/jqt/img/whiteButton.png', '../../themes/jqt/img/loading.gif' ]